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.


adding decoder test implementation
[palacios.git] / misc / decoder_test / test.asm
diff --git a/misc/decoder_test/test.asm b/misc/decoder_test/test.asm
new file mode 100644 (file)
index 0000000..3073827
--- /dev/null
@@ -0,0 +1,21 @@
+[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
+
+
+add eax, ebx
+out 0x64, al
+