I hope my request is simple. I come from a x86/MASM background. I’m trying simply to reserve a block of memory. With MASM, I’d simply do the following: db how_many dup (?)
It seems the a51 assembler does not have any equivalent that I’ve been able to find. The manual does mention using expressions, but is there anything to do the same this as the MASM example above?