This website works better with JavaScript
홈
탐색
도움말
로그인
pascal
/
fpc
의 미러
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
포크
0
파일
이슈
0
위키
소스 검색
+ added a 'cld' before the first string x86 instruction in the i8086-msdos startup code
git-svn-id: trunk@25635 -
nickysn
12 년 전
부모
826b4678f3
커밋
608a449c4a
1개의 변경된 파일
과
1개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
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: