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
@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