Hello xiao
Instead of specifying specific page number, in CW *.asm you can use the following notation
call foo, PAGE(foo)
and even just
call foo
Best Regards
Fiona Kuang
Technical Information & Commercial Support
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hello Kuang:
i have try and it work. Thank you very much.
xiao
Hello xiao
Instead of specifying specific page number, in CW *.asm you can use the following notation
call foo, PAGE(foo)
and even just
call foo
Best Regards
Fiona Kuang
Technical Information & Commercial Support
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
CALL addr, 0x38, here have an error:A12102:Page value expected. how can i solve this? anybody help?