Subversion Repositories Kolibri OS

Rev

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

Rev 2490 Rev 2492
Line 1... Line 1...
1
;  (Ü) ( ) Ü ) ( )   256b intro by baze/3SC for Syndeecate 2001   use NASM to
1
;  (Ü) ( ) Ü ) ( )   256b intro by baze/3SC for Syndeecate 2001
2
;  ßÛß ÛÜÛ ÛÛÛ ÛÛÜ   loveC: thanks, Serzh: eat my socks dude ;]   compile the
2
;  ßÛß ÛÜÛ ÛÛÛ ÛÛÜ   loveC: thanks, Serzh: eat my socks dude ;]
3
;  ( ) ( ) ( ) ( )   e-mail: baze@stonline.sk, web: www.3SC.sk    source code
3
;  ( ) ( ) ( ) ( )   e-mail: baze@stonline.sk, web: www.3SC.sk
Line 4... Line 4...
4
 
4
 
Line 5... Line 5...
5
;  Menuet port by VT
5
;  Menuet port by VT
Line 187... Line 187...
187
draw_window:
187
draw_window:
Line 188... Line 188...
188
 
188
 
Line 189... Line 189...
189
     pusha
189
     pusha
190
 
190
 
191
     mov  eax,12
191
     mcall 12, 1
192
     mov  ebx,1
192
	 mcall 48, 4 ;get skin width
193
     mcall
193
	 lea  ecx,[100*65536+164+eax]
194
     xor  eax,eax
-
 
195
     mov  ebx,100*65536+329
194
     xor  eax,eax
196
     mov  ecx,100*65536+186
195
     mov  ebx,100*65536+329
197
     mov  edx,0x74000000
196
     mov  edx,0x74000000
198
     mov  edi,title
-
 
199
     mcall
-
 
200
     mov  eax,12
197
     mov  edi,title
201
     mov  ebx,2
198
     mcall
202
     mcall
199
     mcall 12, 2
Line 203... Line 200...
203
     popa
200
     popa