CALL ( op -- )


Vocabulary
cpu.x86.assembler

Definition
IN: cpu.x86.assembler

GENERIC: CALL ( op -- )


Methods
USING: cpu.x86.assembler cpu.x86.assembler.private make math ;

M: integer CALL 232 , 4, ;


USING: cpu.x86.assembler cpu.x86.assembler.operands.private
cpu.x86.assembler.private ;

M: operand CALL { 2 t 255 } 1-operand ;