mod-r/m, ( reg operand -- )


Vocabulary
cpu.x86.assembler.private

Definition
USING: kernel make math ;

IN: cpu.x86.assembler.private

: mod-r/m, ( reg operand -- )
[ 3 shift ] [ [ modifier 6 shift ] [ r/m ] bi ] bi* bitor
bitor , ;