This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
fpc
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
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
826b4678f3
commit
608a449c4a
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
rtl/msdos/prt0stm.asm
+ 1
- 0
rtl/msdos/prt0stm.asm
View File
@@ -50,6 +50,7 @@
sub cx, di
jz no_bss
xor al, al
+ cld
rep stosb
no_bss: