RMQ - Reserve memory quad bytes:

[label]	RMQ	expression

The RMQ directive causes the location counter to be advanced by the value of the expression in the operand field multiplied by 4. This directive reserves a block of memory the length of which is equal to the value of the expression multiplied by 4.The block of memory reserved is not initialized to any given value. The expression cannot contain any forward references or undefined symbols. This directive is commonly used to reserve a scratchpad or table area for later use.


Example:
	rmq	444	* Reserve 444 quad bytes of memory



See also:

Compatibility:
CASM X
CCASM X
OS-9 RMA  
Edt/Asm III  
Edtasm6309  
Disk Edtasm+  
Edtasm+  
Macro-80C