Explorar o código

* mark the registers, modified by DebugWriteLn's asm code

git-svn-id: branches/i8086@23971 -
nickysn %!s(int64=12) %!d(string=hai) anos
pai
achega
7db978c3a4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rtl/msdos/system.pp

+ 1 - 1
rtl/msdos/system.pp

@@ -73,7 +73,7 @@ begin
     mov dl, al
     int 21h
     loop @@1
-  end;
+  end ['ax','bx','cx','dx','si','di'];
 end;
 
 procedure DebugWriteLn(const S: string);