For example, I want to link some functions in a specific module in a 
conjunctive segment CODE1, which will address from 0x1000,
and therefore calls within CODE1 will be ACALL and from outside will be 
LCALL (for MCS-51).

I've tried:

     #pragma save
     #pragma codeseg CODE1

     void module_functions() {
     ...
     }

     #pragma restore

Which has no effect.


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to