BDZFLR ( bi target_addr -- ) (original) (raw)

BDZFLR ( bi target_addr -- )

Vocabulary
cpu.ppc.assembler

Inputs

bi an object
target_addr an object

Outputs
None

Definition

USING: kernel ;

IN: cpu.ppc.assembler

: BDZFLR ( bi target_addr -- ) [ 2 ] 2dip BCLR ;