(2-operand) ( reg operand op -- ) (original) (raw)

(2-operand) ( reg operand op -- )

Vocabulary
cpu.x86.assembler.private

Inputs

reg an object
operand an object
op an object

Outputs
None

Definition

USING: kernel ;

IN: cpu.x86.assembler.private

: (2-operand) ( reg operand op -- )
[ 2dup t rex-prefix ] dip opcode, [ reg-code ] dip
addressing ;