Subversion Repositories Kolibri OS

Rev

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

Rev 381 Rev 389
Line 36... Line 36...
36
; ret:
36
; ret:
37
; ecx = 00 RR GG BB
37
; ecx = 00 RR GG BB
Line 38... Line 38...
38
 
38
 
39
getpixel:
39
getpixel:
40
        push    eax ebx edx edi
40
        push    eax ebx edx edi
41
        call    dword [0xe024]
41
        call    dword [GETPIXEL]
42
        pop     edi edx ebx eax
42
        pop     edi edx ebx eax
Line 43... Line 43...
43
        ret
43
        ret
44
 
44