This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
pascal
/
fpc
peilaus alkaen
https://gitlab.com/freepascal.org/fpc/source.git
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Selaa lähdekoodia
+ added a 'cld' before the first string x86 instruction in the i8086-msdos startup code
git-svn-id: trunk@25635 -
nickysn
12 vuotta sitten
vanhempi
826b4678f3
commit
608a449c4a
1 muutettua tiedostoa
jossa
1 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
1
0
rtl/msdos/prt0stm.asm
+ 1
- 0
rtl/msdos/prt0stm.asm
Näytä tiedosto
@@ -50,6 +50,7 @@
sub cx, di
jz no_bss
xor al, al
+ cld
rep stosb
no_bss: