Subversion Repositories Kolibri OS

Rev

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

Rev 255 Rev 485
Line 237... Line 237...
237
	jnz screen_y
237
	jnz screen_y
Line 238... Line 238...
238
 
238
 
239
	 fps:
239
	 fps:
240
	 ;mov eax,18
240
	 ;mov eax,18
241
	 ;mov ebx,14
241
	 ;mov ebx,14
Line 242... Line 242...
242
	 ;int 0x40
242
	 ;mcall
243
 
243
 
244
	 mov eax,7
244
	 mov eax,7
245
	 mov ebx,[ScreenPointer]
245
	 mov ebx,[ScreenPointer]
246
	 mov ecx,[WorkScreen_SizeX]
246
	 mov ecx,[WorkScreen_SizeX]
247
	 mov edx,[WorkScreen_SizeY]
247
	 mov edx,[WorkScreen_SizeY]
248
	 shl ecx,16
248
	 shl ecx,16
249
	 add ecx,edx
249
	 add ecx,edx
Line 250... Line 250...
250
	 mov edx,8*65536+20+15+49+5+1
250
	 mov edx,8*65536+20+15+49+5+1
251
	 int 0x40
251
	 mcall
252
 
252
 
253
	 ret
253
	 ret