Login
Back to forumSee the full topicGo to last reply

Posted By

SVS
on 2023-11-04
16:06:33
 Re: Macro Assembler Question

You can obtain these results by using my SVS-Mega assembler.
With it, you can set the address where the code will (load and) run, and a second location where the code is stored during the assemblying.
For example: .ORG $0400,$7000
With this directive the code will be written FOR address $0400... but is temporary stored since $7000 so that no overwriting succeeds.



Back to top


Copyright © Plus/4 World Team, 2001-2024