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

code banking - ?B_SWITCHn function problem

Dear all,

I compile my code banking, and found some errors. The error happen when compiler want to generate the
; Generate ?B_SWITCHn functions
CNT SET 0

REPT ?B_NBANKS
BANK %CNT
SWITCH %CNT
CNT SET CNT+1
ENDM
It says that % is undefined symbol. FYI, i use version 6.23

Thanks,

akram

0