Subversion Repositories Kolibri OS

Rev

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

Rev 3790 Rev 3792
Line 49... Line 49...
49
        stdcall dll.Load, @IMPORT
49
        stdcall dll.Load, @IMPORT
50
        test    eax, eax
50
        test    eax, eax
51
        jnz     exit
51
        jnz     exit
52
; initialize console
52
; initialize console
53
        invoke  con_start, 1
53
        invoke  con_start, 1
54
        invoke  con_init, 80, 25, 80, 25, title
54
        invoke  con_init, 80, 25, 80, 250, title
Line 55... Line 55...
55
 
55
 
56
; Check for parameters
56
; Check for parameters
57
        cmp     byte [s], 0
57
        cmp     byte [s], 0
Line 276... Line 276...
276
 
276
 
277
 
277
 
278
 
278
 
279
; data
279
; data
280
title   db 'FTP client',0
280
title   db 'FTP client',0
281
str1    db 'FTP client for KolibriOS v0.02',10,10,'Please enter ftp server address.',10,0
281
str1    db 'FTP client for KolibriOS v0.03',10,10,'Please enter ftp server address.',10,0
282
str2    db '> ',0
282
str2    db '> ',0
283
str3    db 'Resolving ',0
283
str3    db 'Resolving ',0