douggilliland / R32V2020

My 32-bit RISC CPU for smallish FPGAs
GNU General Public License v3.0
14 stars 3 forks source link

Add set program address to a value #56

Open douggilliland opened 5 years ago

douggilliland commented 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.