]> 4ch.mooo.com Git - 16.git/commitdiff
wwww
authorsparky4 <sparky4@cock.li>
Sat, 4 Jul 2015 03:25:47 +0000 (22:25 -0500)
committersparky4 <sparky4@cock.li>
Sat, 4 Jul 2015 03:25:47 +0000 (22:25 -0500)
modified:   exmmtest.exe
modified:   src/lib/16_mm.c

exmmtest.exe
src/lib/16_mm.c

index bab546ee5dfbe899c6f7d7b4c106d8e40481f04d..4f1afc4ce30b7c070d2ae54b57624b16135b700d 100644 (file)
Binary files a/exmmtest.exe and b/exmmtest.exe differ
index 90b07cd731f56862aeaccca0fd89c8db343468b8..4bf85c49027bed7e0d85dd688e681a4b0e169c4f 100644 (file)
@@ -1235,12 +1235,15 @@ void MM_seguin(void)
 {
        __asm
        {
-               push ds
-               inc ds
+               push    ds
+               mov     ax,ds
+               inc             ax
+               mov     ds,ax
        }
 }
 
 void MM_segude(void)
+{
        __asm
        {
                pop ds