How do you keep the linker from optimizing away your rom headers and other data? I had to put a noop in front of my first text section to keep the linker from putting the main loop in front of it. I also had to code the branch past the rom header in hex to keep the linker from eating the header(it's unreachable).

Best,

Noah

Reply via email to