Subversion Repositories Kolibri OS

Rev

Rev 4813 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4813 Rev 6253
Line 11... Line 11...
11
  dd	 0x100000
11
  dd	 0x100000
12
  dd	 0x100000
12
  dd	 0x100000
13
  dd	 0x0
13
  dd	 0x0
14
  dd	 0x0
14
  dd	 0x0
Line 15... Line 15...
15
 
15
 
16
  include 'macros.inc'
16
  include '../../macros.inc'
17
;=============================================================================;
17
;=============================================================================;
18
;============================[       EVENTS       ]===========================;
18
;============================[       EVENTS       ]===========================;
19
;=============================================================================;
19
;=============================================================================;
20
START:
20
START:
Line 143... Line 143...
143
    buffer      rb  80                    ; ïîä 9 ôóíêöèþ
143
    buffer      rb  80                    ; ïîä 9 ôóíêöèþ
Line 144... Line 144...
144
 
144
 
145
;; button -------------------------------------------------
145
;; button -------------------------------------------------
146
    bnext       new_button
146
    bnext       new_button
147
    bback       new_button
-
 
148
arrowa:
147
    bback       new_button
149
    file        'l.raw'
-
 
150
arrowb:
148
    arrowa db '<',0
151
    file        'r.raw'
149
    arrowb db '>',0
152
;; edit ---------------------------------------------------
150
;; edit ---------------------------------------------------
153
    edit_cnt    dd 1                      ; counter
151
    edit_cnt    dd 1                      ; counter
154
    edit_win    db 'WINDOW',0             ; 1
152
    edit_win    db 'WINDOW',0             ; 1
155
    edit_btn    db 'BUTTON',0             ; 2
153
    edit_btn    db 'BUTTON',0             ; 2