forked from KolibriOS/kolibrios
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:
parent
b27b500a57
commit
a7453c4e5b
@ -11,7 +11,7 @@ include "macros.inc"
|
|||||||
;param
|
;param
|
||||||
BAD equ -1
|
BAD equ -1
|
||||||
files equ 100
|
files equ 100
|
||||||
save_buffer equ 0x20000 ;32
|
save_buffer equ 0x20000 ;32
|
||||||
save_buffer_w equ 0x400000 ;32
|
save_buffer_w equ 0x400000 ;32
|
||||||
save_file_name equ 0x20000
|
save_file_name equ 0x20000
|
||||||
|
|
||||||
@ -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:
|
||||||
@ -661,10 +661,10 @@ dest_info: ; DESTINATION FILEINFO
|
|||||||
dd 0
|
dd 0
|
||||||
.bytes dd ?
|
.bytes dd ?
|
||||||
dd save_buffer
|
dd save_buffer
|
||||||
db 0
|
db 0
|
||||||
destination:
|
destination:
|
||||||
dd save_file_name
|
dd save_file_name
|
||||||
;db "EXAMPLE.ASM",0
|
;db "EXAMPLE.ASM",0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user