BDNZTLA ( bi target_addr -- ) (original) (raw)

BDNZTLA ( bi target_addr -- )

Vocabulary
cpu.ppc.assembler

Inputs

bi an object
target_addr an object

Outputs
None

Definition

USING: kernel ;

IN: cpu.ppc.assembler

: BDNZTLA ( bi target_addr -- ) [ 8 ] 2dip BCLA ;