Subversion Repositories Kolibri OS

Rev

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

Rev 3899 Rev 4336
Line 11... Line 11...
11
        shr     eax,16
11
	shr	eax,16
12
        mov     cx,ax
12
	mov	cx,ax
13
        dec     ebx
13
	dec	ebx
14
        dec     ecx
14
	dec	ecx
15
        mcall   0,,,01000000h
15
	mcall	0,,,01000000h
16
        ;mcall   0,IMG_SIZE,IMG_SIZE,01000000h
-
 
17
        mcall	12,2	;RedrawWinEnd
16
	mcall	12,2	;RedrawWinEnd
Line 18... Line 17...
18
 
17
 
19
 
18