Subversion Repositories Kolibri OS

Rev

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

Rev 4882 Rev 4919
Line 1... Line 1...
1
VERSION equ "0.3Å"
1
VERSION equ "0.3Ĺ"
2
    use32
2
    use32
3
    org     0
3
    org     0
4
    db	    'MENUET01'
4
    db	    'MENUET01'
5
    dd	    1, main, dataend, memory, stacktop, 0, 0
5
    dd	    1, main, dataend, memory, stacktop, 0, 0
Line 12... Line 12...
12
    include "parser.inc"
12
    include "parser.inc"
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
 ;===============================
14
 ;===============================
15
 
15
 
16
    sz_head db "Calc+ [v", VERSION, "]", 0
16
    sz_head db "Calc+ [v", VERSION, "]", 0
17
    buttons db "123456789()%^-+/*0"
17
    buttons db "789456123()%^-+/*0"
Line 18... Line 18...
18
    edb1    edit_box 184, 8, 12, 0, 0, 0, 0, 0, 500, \
18
    edb1    edit_box 184, 8, 12, 0, 0, 0, 0, 0, 500, \
19
		     exp, group, ed_always_focus + ed_focus, 0, 0
19
		     exp, group, ed_always_focus + ed_focus, 0, 0