Browse Source

+ added a 'cld' before the first string x86 instruction in the i8086-msdos startup code

git-svn-id: trunk@25635 -
nickysn 11 years ago
parent
commit
608a449c4a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/msdos/prt0stm.asm

+ 1 - 0
rtl/msdos/prt0stm.asm

@@ -50,6 +50,7 @@
         sub cx, di
         jz no_bss
         xor al, al
+        cld
         rep stosb
 no_bss: