TDLNLI ( rx n -- ) (original) (raw)

TDLNLI ( rx n -- )

Vocabulary
cpu.ppc.assembler

Inputs

rx an object
n an object

Outputs
None

Definition

USING: kernel ;

IN: cpu.ppc.assembler

: TDLNLI ( rx n -- ) [ 5 ] 2dip TDI ;