Subversion Repositories Kolibri OS

Rev

Rev 6443 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6443 Rev 6574
Line 31... Line 31...
31
;; that not work
31
;; that not work
32
;    mov  al, [path+buf_len-1]
32
;    mov  al, [path+buf_len-1]
33
;    or	 al, [params+buf_len-1]
33
;    or	 al, [params+buf_len-1]
34
;    jnz   .crash
34
;    jnz   .crash
35
; check if path written by OS
35
; check if path written by OS
-
 
36
	mov  [argc], 0
36
    mov  eax, [hparams]
37
    mov  eax, [hparams]
37
    test eax, eax
38
    test eax, eax
38
    jz	 .without_path
39
    jz	 .without_path
39
    mov  eax, path
40
    mov  eax, path
40
.without_path:
41
.without_path: