Subversion Repositories Kolibri OS

Rev

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

Rev 852 Rev 853
Line 29... Line 29...
29
 
29
 
Line 30... Line 30...
30
; yes! Now do some work (gets2() demo in this case).
30
; yes! Now do some work (gets2() demo in this case).
Line 31... Line 31...
31
 
31
 
32
        push    caption
32
        push    caption
33
        push    -1
33
        push    25
34
        push    -1
34
        push    80
35
        push    -1
35
        push    25
36
        push    -1
36
        push    80
Line 37... Line 37...
37
        call    [con_init]
37
        call    [con_init]
38
 
38
 
39
; C-equivalent of the following code:
39
; C-equivalent of the following code: