This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

A51 assembler, equivalent dup directive?

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?

0