TWNLI ( rx n -- ) (original) (raw)

TWNLI ( rx n -- )

Vocabulary
cpu.ppc.assembler

Inputs

rx an object
n an object

Outputs
None

Definition

USING: kernel ;

IN: cpu.ppc.assembler

: TWNLI ( rx n -- ) [ 12 ] 2dip TWI ;