scc - output file is in a good format

git-svn-id: svn://kolibrios.org@743 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
jacekm 2008-02-17 15:56:13 +00:00
parent b27b500a57
commit a7453c4e5b
2 changed files with 11 additions and 9 deletions

View File

@ -126,8 +126,8 @@ stosb
dec ecx dec ecx
jnz .next_copy2 jnz .next_copy2
.fill_space2: .fill_space2:
mov al,' ' ;mov al,' '
cld ;cld
rep stosb rep stosb
.no_wri: .no_wri:

View File

@ -9,6 +9,8 @@ KNOWN BUGS:
* only directiory /rd/1/ works * only directiory /rd/1/ works
HISTORY: HISTORY:
* 0.5.4:
- output file extension is fixed
* 0.5.3: * 0.5.3:
- output dir fixed - output dir fixed
* 0.5.2: * 0.5.2: