douggilliland / R32V2020

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

Add allocate data block to data memory #55

Open douggilliland opened 5 years ago

douggilliland commented 5 years ago

@mjgpy3

I need a way to reserve a block of memory in the data space. Example:

block: .long rsvd=0x100

Would reserve 256 long memory range.. The block: label would work just like the current labels work, but the address before the next data item would need to increment by 0x100