SETP ( dst -- ) (original) (raw)

SETP ( dst -- )

Vocabulary
cpu.x86.assembler

Inputs

dst an object

Outputs
None

Definition

USING: cpu.x86.assembler.private ;

IN: cpu.x86.assembler

: SETP ( dst -- ) { 15 154 } SETcc ;