Login
Back to forumSee the full topicGo to last reply

Posted By

siz
on 2019-03-24
04:21:09
 Re: Assembly - Can't execute my code?

Commodore PRG format add a two bytes header to store the load address of the program (the memory address where the program gets loaded when you add a ",1" after the LOAD"name",device command). That's the .word at the beginning of your code.
For JCL you won't need it. You can set your start address as *=$4000 and remove the .word $4000.



Back to top


Copyright © Plus/4 World Team, 2001-2024