Login
Back to forumSee the full topicGo to last reply

Posted By

TLC
on 2012-01-08
09:39:52
 Re: relocatable prg?

"No": the 6502 doesn't support code relocation (by concept). Producing relocatable code isn't trivial on this platform.

"Yes": you can read about André Fachat's o65 format (http://www.6502.org/users/andre/o65/ ) which is produced by his assembler (xa) and the cc65 toolchain. A couple of systems already make use of this relocatable format (you can refer to the list on the page). Loading and running this format needs some loader code, which performs the actual relocation and finalizing work.



Back to top


Copyright © Plus/4 World Team, 2001-2024