Subversion Repositories Kolibri OS

Rev

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

Rev 2192 Rev 2206
Line 473... Line 473...
473
 
473
 
Line 474... Line 474...
474
    mov     eax,7	    ; put image
474
    mov     eax,7	    ; put image
475
    mov     ebx,screen
475
    mov     ebx,screen
476
    mov     ecx,SIZE_X shl 16 + SIZE_Y
476
    mov     ecx,SIZE_X shl 16 + SIZE_Y
477
    mov     edx,5 shl 16 + 22
477
    mov     edx,5 shl 16 + 23
478
    int     0x40
478
    int     0x40
Line 479... Line 479...
479
 
479
 
480
 
480