X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=misc%2Fdecoder_test%2Ftest.asm;h=34245ee262ae2a1a0112347dcc652f6edf0dc174;hb=afb2a35b2e15ba0fa932c4e49a3678f958a4502a;hp=307382781cfea8ac5b4217b2d4f31a69c2c17758;hpb=f7e882c9c3afda490c82e1caa4b52487d7e2e80f;p=palacios.git diff --git a/misc/decoder_test/test.asm b/misc/decoder_test/test.asm index 3073827..34245ee 100644 --- a/misc/decoder_test/test.asm +++ b/misc/decoder_test/test.asm @@ -15,7 +15,15 @@ popa pusha push eax - +mov eax, 100 +mov [ebx + 2*esi], word 0x4 + +add ebx, 200 + add eax, ebx out 0x64, al +lmsw ax +smsw ax +mov cr0, eax +clts \ No newline at end of file