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

FAR routines

I use xbanking.a51 code for far pointers, where defined routines (?C?CLDXPTR, ?C?CSTXPTR, ...). When i use FVAR, disassemler show me that linker use

C:0x0E35    120572   LCALL    C?CLDPTR(C:0572)


but not ?C?CLDXPTR. Why?