This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
pascal
/
fpc
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
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
12 năm trước cách đây
mục cha
826b4678f3
commit
608a449c4a
1 tập tin đã thay đổi
với
1 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
1
0
rtl/msdos/prt0stm.asm
+ 1
- 0
rtl/msdos/prt0stm.asm
Xem Tập Tin
@@ -50,6 +50,7 @@
sub cx, di
jz no_bss
xor al, al
+ cld
rep stosb
no_bss: