X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=misc%2Fdecoder_test%2Ftest.asm;fp=misc%2Fdecoder_test%2Ftest.asm;h=0000000000000000000000000000000000000000;hp=34245ee262ae2a1a0112347dcc652f6edf0dc174;hb=7a6cd49101201e207daf7113a9048193835cebaf;hpb=320320a1c8681f2d8258a03dd087b3aed18b48a1 diff --git a/misc/decoder_test/test.asm b/misc/decoder_test/test.asm deleted file mode 100644 index 34245ee..0000000 --- a/misc/decoder_test/test.asm +++ /dev/null @@ -1,29 +0,0 @@ -[BITS 32] -[ORG 0x0] -lea eax, [ebx] -mov eax, [ebx] -mov ax, [ebx] -mov ax, [ebx +8*edi] -mov [ebx], eax -mov [ebx +4*edi], eax -es mov [ebx], eax -movsw -rep movsw - -mov eax, ebx -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