Question: Customer is trying to access table in code space using C.
The code space is on page 0. How can this be done?
Answer:
1- Declare the variable in both the assembly file and C.
2- Make the variable an external in C and a global in assembly.
3- Use same name in the assembly file but add "_" in front .
4- Link the var. in assembly to proper section in lnk cmd file.