This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

trouble coding

here, my work are banking switch and encounter some problems.
the situation as followed:

one of those files has:

#pragma STRING (far)   // locate string constants into 'far const' memory

 const char far *const  far  text0[] = {
  "aaa7788",
  "2222266"
};
i can see that the const data loacte at "common area" ,as followed address:
000308H   000317H   000010H   BYTE   INSEG HCONST     ?FC?TEST6
so far,everything is fine....
butttttttttt....

when trace the *.hex , i observe
 :0803000008FF8000FF800800E7 
it means no data starting at address 0308H

what happen?????does the address have already data????

Parents Reply Children
No data