libc.obj: add copyright & delete _exit.h & fix tabs in crt0.asm
This commit is contained in:
@@ -55,7 +55,7 @@ start:
|
||||
mov dl, cl ; parameter starts
|
||||
cmp al, '"'
|
||||
jz @f ; quotes loaded
|
||||
mov dh, ch ; parameter without quotes
|
||||
mov dh, ch ; parameter without quotes
|
||||
dec esi
|
||||
call push_param
|
||||
inc esi
|
||||
|
||||
Reference in New Issue
Block a user