BDNZLRL- ( target_addr -- ) (original) (raw)

BDNZLRL- ( target_addr -- )

Vocabulary
cpu.ppc.assembler

Inputs

target_addr an object

Outputs
None

Definition

USING: kernel ;

IN: cpu.ppc.assembler

: BDNZLRL- ( target_addr -- ) [ 24 0 ] dip BCLRL ;