Subversion Repositories Kolibri OS

Rev

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

Rev 3558 Rev 3588
Line 69... Line 69...
69
format binary as "mnt"
69
format binary as "mnt"
Line 70... Line 70...
70
 
70
 
71
include 'macros.inc'
71
include 'macros.inc'
Line 72... Line 72...
72
include 'struct.inc'
72
include 'struct.inc'
Line 73... Line 73...
73
 
73
 
Line 74... Line 74...
74
$Revision: 3558 $
74
$Revision: 3588 $
Line 2916... Line 2916...
2916
;    cmp   eax,1                                  ; SIZE
2916
;    cmp   eax,1                                  ; SIZE
2917
        dec     ebx
2917
        dec     ebx
2918
        jnz     nogb1
2918
        jnz     nogb1
2919
        mov     eax, [BgrDataWidth]
2919
        mov     eax, [BgrDataWidth]
2920
        shl     eax, 16
2920
        shl     eax, 16
2921
        mov     ax, [BgrDataHeight]
2921
        mov     ax, word [BgrDataHeight]
2922
        mov     [esp+32], eax
2922
        mov     [esp+32], eax
2923
        ret
2923
        ret
2924
;------------------------------------------------------------------------------
2924
;------------------------------------------------------------------------------
2925
align 4
2925
align 4
2926
nogb1:
2926
nogb1: