decr-stack-reg ( n -- )
CPU x86 compiler backend

Prev:(%inc) ( n reg -- )
Next:incr-stack-reg ( n -- )


Vocabulary
cpu.x86

Inputs
na number


Outputs
None

Word description
Emits an instruction for decrementing the stack register the given number of bytes. If n is equal to the cell size, then a PUSH instruction is emitted instead because it has a shorter encoding.

Definition