Subversion Repositories Kolibri OS

Rev

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

Rev 836 Rev 1145
Line 66... Line 66...
66
        add     esp, 12
66
        add     esp, 12
67
        jmp     mainloop
67
        jmp     mainloop
68
extended:
68
extended:
69
        call    [con_getch]
69
        call    [con_getch]
70
        push    eax
70
        test    eax, eax
-
 
71
        jz      done
-
 
72
        push    eax
71
        push    eax
73
        push    eax
72
        push    string_extended
74
        push    string_extended
73
        jmp     @b
75
        jmp     @b
74
done:
76
done:
75
        push    1
77
        push    1