XVRESP ( xt xb -- ) (original) (raw)

XVRESP ( xt xb -- )

Vocabulary
cpu.ppc.assembler

Inputs

xt an object
xb an object

Outputs
None

Definition

USING: kernel ;

IN: cpu.ppc.assembler

: XVRESP ( xt xb -- ) 0 swap 154 60 xx2-insn ;