]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add emulation support for instruction "88/r: mov r/m8, r8".
authorNeel Natu <neel@FreeBSD.org>
Wed, 30 Jan 2013 04:09:09 +0000 (04:09 +0000)
committerNeel Natu <neel@FreeBSD.org>
Wed, 30 Jan 2013 04:09:09 +0000 (04:09 +0000)
commit8faceb3292cc836c0b75a950b16efc3cde683338
tree788e6ade362dec2dfc50f82c704250d3b43db371
parent663a6522a75d9f87cf1dbab74d715cd96e51c6b0
Add emulation support for instruction "88/r: mov r/m8, r8".

This instruction moves a byte from a register to a memory location.

Tested by: tycho nightingale at pluribusnetworks com
sys/amd64/include/vmm_instruction_emul.h
sys/amd64/vmm/vmm_instruction_emul.c