Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


removed misc directory from release
[palacios.git] / misc / decoder_test / test.asm
diff --git a/misc/decoder_test/test.asm b/misc/decoder_test/test.asm
deleted file mode 100644 (file)
index 34245ee..0000000
+++ /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