I am using Code Warrior to assemble assembler code only
I what to position a table on the next 256 byte memory boundary after my code
Other assemblers will allow:
ORG * & $0FF00
ORG * +$100
but CW says 'complex relocatbale expression not supported'
How can I do this in CW?
don