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.


changes
[palacios.git] / misc / decoder_test / test.asm
index 3073827..34245ee 100644 (file)
@@ -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