Subversion Repositories Kolibri OS

Rev

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

Rev 5716 Rev 5717
Line 13... Line 13...
13
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
13
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 14... Line 14...
14
 
14
 
Line 15... Line 15...
15
pixel_to_24bpp:         ; returns in ecx
15
pixel_to_24bpp:         ; returns in ecx
16
 
16
 
17
        push    eax
17
        push    eax
18
  @@:
18
;  @@:
19
        lea     eax, [esi+BYTES_PER_PIXEL]
19
;        lea     eax, [esi+BYTES_PER_PIXEL]
20
        cmp     [datapointer], eax
20
;        cmp     [datapointer], eax
21
        jae     @f
21
;        jae     @f
22
        call    read_data.more
22
;        call    read_data.more
Line 23... Line 23...
23
        jmp     @b
23
;        jmp     @b
Line 24... Line 24...
24
  @@:
24
;  @@: