Subversion Repositories Kolibri OS

Rev

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

Rev 316 Rev 485
Line 16... Line 16...
16
             dd   0x40000
16
             dd   0x40000
17
             dd   0x40000
17
             dd   0x40000
18
             dd   0,0
18
             dd   0,0
19
 
19
 
Line 20... Line 20...
20
include 'macros.inc'
20
include '..\..\..\macros.inc'
Line 21... Line 21...
21
 
21
 
Line 22... Line 22...
22
START:
22
START:
Line 36... Line 36...
36
   push ebx
36
   push ebx
Line 37... Line 37...
37
 
37
 
38
   mov  eax,23
38
   mov  eax,23
39
   mov  ebx,1
39
   mov  ebx,1
Line 40... Line 40...
40
   int  0x40
40
   mcall
41
 
41
 
42
   cmp  eax,1
42
   cmp  eax,1
43
   jne  no_red
43
   jne  no_red
Line 48... Line 48...
48
   cmp  eax,0
48
   cmp  eax,0
49
   je   still
49
   je   still
Line 50... Line 50...
50
 
50
 
51
   or   eax,-1
51
   or   eax,-1
52
   int  0x40
-
 
Line 53... Line 52...
53
 
52
   mcall
54
 
53
 
55
SCREEN  equ 160
54
SCREEN  equ 160
Line 177... Line 176...
177
  mov eax,7
176
  mov eax,7
178
  mov ecx,320*65536+160
177
  mov ecx,320*65536+160
179
  xor edx,edx
178
  xor edx,edx
180
  mov ebx,0x10000
179
  mov ebx,0x10000
181
  int 0x40
180
  mcall
Line 182... Line 181...
182
 
181
 
183
  popa
182
  popa
Line 190... Line 189...
190
     pusha
189
     pusha
Line 191... Line 190...
191
 
190
 
192
     mov  eax,12
191
     mov  eax,12
193
     mov  ebx,1
192
     mov  ebx,1
194
     int  0x40
-
 
195
 
193
     mcall
196
     xor  eax,eax
194
     xor  eax,eax
197
     mov  ebx,100*65536+329
195
     mov  ebx,100*65536+329
198
     mov  ecx,100*65536+186
196
     mov  ecx,100*65536+186
199
     mov  edx,0x33000000
197
     mov  edx,0x33000000
200
     mov  edi,header
198
     mov  edi,title
201
     int  0x40
-
 
202
 
199
     mcall
203
     mov  eax,12
200
     mov  eax,12
204
     mov  ebx,2
201
     mov  ebx,2
205
     int  0x40
-
 
206
 
202
     mcall
207
     popa
203
     popa
Line 208... Line 204...
208
     ret
204
     ret
Line 209... Line 205...
209
 
205
 
Line 210... Line 206...
210
header db appname,0
206
title db appname,0