Subversion Repositories Kolibri OS

Rev

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

Rev 3789 Rev 3790
Line 13... Line 13...
13
 
13
 
14
        push    str_help
14
        push    str_help
Line 15... Line 15...
15
        call    [con_write_asciiz]
15
        call    [con_write_asciiz]
16
 
16
 
-
 
17
        jmp     wait_for_usercommand
-
 
18
 
-
 
19
cmd_cwd:
-
 
20
 
-
 
21
        mov     dword[s], "CWD "
-
 
22
 
-
 
23
        mov     ecx, 256
-
 
24
        xor     al, al
-
 
25
        mov     edi, s
-
 
26
        repne scasb
-
 
27
        lea     esi, [edi - s - 1]
-
 
28
 
-
 
29
        mcall   send, [socketnum], s, , 0
-
 
30
 
17
        jmp     wait_for_usercommand
31
        jmp     wait_for_servercommand