Open douggilliland opened 5 years ago
@mjgpy3
I need a way to set the program address to a value. That way I can have a bootloader and then load code above the boot loader.
Something like .ORG=0x1000
Would set the program address offset to the hard value 0x1000.
@mjgpy3
I need a way to set the program address to a value. That way I can have a bootloader and then load code above the boot loader.
Something like .ORG=0x1000
Would set the program address offset to the hard value 0x1000.