Subversion Repositories Kolibri OS

Rev

Rev 3789 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3701 hidnplayr 1
cmd_list:
2
 
3
        call    open_dataconnection
4
 
5
        mov     dword[s], "LIST"
6
        mov     word[s+4], 0x0d0a
7
        mcall   send, [socketnum], s, 6
8
 
9
        jmp     wait_for_serverdata
10
 
11
 
12
cmd_help:
13
 
14
        push    str_help
15
        call    [con_write_asciiz]
16
 
17
        jmp     wait_for_usercommand