Subversion Repositories Kolibri OS

Rev

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

Rev 1956 Rev 1958
Line 348... Line 348...
348
	mov  ecx,[eax+8]
348
	mov  ecx,[eax+8]
349
	ret
349
	ret
350
;---------------------------------------------------------------------
350
;---------------------------------------------------------------------
351
Convert24b:
351
Convert24b:
352
	pushad
352
	pushad
-
 
353
	mov	eax,dword [esp+36]
353
	mov [pointer],eax
354
	mov [pointer],eax
354
	mov eax,[eax+4]
355
	mov eax,[eax+4]
355
	mov [image_file],eax
356
	mov [image_file],eax
Line 356... Line 357...
356
 
357
 
Line 479... Line 480...
479
	jmp  .ret_ok
480
	jmp  .ret_ok
480
;---------------------------------------------------------------------
481
;---------------------------------------------------------------------
481
align 16
482
align 16
482
EXPORTS:
483
EXPORTS:
483
	dd      szStart,	START
484
	dd      szStart,	START
484
	dd      szVersion,	0x00010001
485
	dd      szVersion,	0x00010002
485
	dd		szConv_24b,	Convert24b
486
	dd	szConv_24b,	Convert24b
486
	dd      0
487
	dd      0
Line 487... Line 488...
487
 
488
 
488
szStart		db 'START',0
489
szStart		db 'START',0