Subversion Repositories Kolibri OS

Rev

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

Rev 42 Rev 50
Line 845... Line 845...
845
 
845
 
846
    mov   eax, 14		    ; get screen max x & max y
846
    mov   eax, 14		    ; get screen max x & max y
847
    int   0x40
847
    int   0x40
848
    mov   edx, eax
848
    mov   edx, eax
849
    shr   edx, 16
849
    shr   edx, 16
850
    mov   ebx, -1
850
    xor   ebx, ebx
851
    mov   ecx, -1
851
    mov   ecx, -1
852
    mov   esi, -1
852
    mov   esi, -1
Line 853... Line 853...
853
    mcall 67 ; x0 y0 xs ys
853
    mcall 67 ; x0 y0 xs ys