X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=misc%2Fdecoder_test%2Ftest.asm;h=34245ee262ae2a1a0112347dcc652f6edf0dc174;hp=307382781cfea8ac5b4217b2d4f31a69c2c17758;hb=9e5b4c4140241b45094c87ac15f75fead726981f;hpb=a91de70b95f386ce0cb8226cb12966a79adb6c42 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