extra spaces removed
Build system / Check kernel codestyle (pull_request) Successful in 27s
Build system / Build (pull_request) Successful in 9m34s

This commit is contained in:
2026-05-18 23:54:42 +05:00
parent bbaa135297
commit b77b8ff69f
@@ -58,7 +58,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
@@ -75,7 +75,7 @@ start:
cmp al, '"'
jz .clear
jmp .parse
@@:
@@:
cmp al, ' '
jnz .parse
@@ -109,22 +109,22 @@ push_param:
jae .dont_add
mov [argv+4*ebx], esi
inc [argc]
.dont_add:
.dont_add:
ret
;==============================
public argc as '__argc'
public params as '__argv'
public path as '__path'
section '.bss'
section '.bss'
buf_len = 0x400
max_parameters=0x20
argc rd 1
argv rd max_parameters
path rb buf_len
params rb buf_len
path rb buf_len
params rb buf_len
;section '.data'
;include_debug_strings ; ALWAYS present in data section