Subversion Repositories Kolibri OS

Rev

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

Rev 2540 Rev 3187
Line 227... Line 227...
227
        or      ecx, 0xff000000  ; not transparent
227
        or      ecx, 0xff000000  ; not transparent
228
        mov     [eax], ecx       ; store  pixel
228
        mov     [eax], ecx       ; store  pixel
229
        popad
229
        popad
230
        ret
230
        ret
231
;------------------------------------------------------------------------------
231
;------------------------------------------------------------------------------
232
232
align 4
-
 
233
FONT_I:
-
 
234
  file 'char.mt'
-
 
235
;------------------------------------------------------------------------------
-
 
236
align 4
-
 
237
FONT_II:
-
 
238
  file 'char2.mt'
-
 
239
;------------------------------------------------------------------------------
-
 
240
233
241