Subversion Repositories Kolibri OS

Rev

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

Rev 255 Rev 485
Line 19... Line 19...
19
      dd  0x19000;100 kb
19
      dd  0x19000;100 kb
20
      dd  0x19000;
20
      dd  0x19000;
21
      dd  parameters,0x0
21
      dd  parameters,0x0
Line -... Line 22...
-
 
22
 
22
 
23
 
23
 
24
  include '..\..\..\macros.inc'
24
  include 'giflib.inc'
25
  include 'giflib.inc'
25
  include 'bmplib.inc'
26
  include 'bmplib.inc'
26
  include 'dialog.inc'
27
  include 'dialog.inc'
Line 37... Line 38...
37
;--------------------------------------------------------
38
;--------------------------------------------------------
38
;---------------set events mask--------------------------
39
;---------------set events mask--------------------------
39
;--------------------------------------------------------
40
;--------------------------------------------------------
40
   mov eax,40
41
   mov eax,40
41
   mov ebx,1100111b
42
   mov ebx,1100111b
42
   int 0x40
43
   mcall
43
;---------------------------------------------------------
44
;---------------------------------------------------------
44
;-----------------------init data-------------------------
45
;-----------------------init data-------------------------
45
;---------------------------------------------------------
46
;---------------------------------------------------------
46
   include 'init_data.inc'
47
   include 'init_data.inc'
47
;----------------------------------------------------------
48
;----------------------------------------------------------