Subversion Repositories Kolibri OS

Rev

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

Rev 4273 Rev 4286
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
 
74
$Revision: 4273 $
74
$Revision: 4286 $
Line 5609... Line 5609...
5609
set_screen:
5609
set_screen:
5610
; in:
5610
; in:
5611
; eax - new Screen_Max_X
5611
; eax - new Screen_Max_X
5612
; ecx - new BytesPerScanLine
5612
; ecx - new BytesPerScanLine
5613
; edx - new Screen_Max_Y
5613
; edx - new Screen_Max_Y
5614
        cmp     eax, [Screen_Max_X]
-
 
5615
        jne     .set
-
 
Line 5616... Line -...
5616
 
-
 
5617
        cmp     edx, [Screen_Max_Y]
-
 
5618
        jne     .set
-
 
5619
        ret
-
 
5620
.set:
5614
 
5621
        pushfd
5615
        pushfd
Line 5622... Line 5616...
5622
        cli
5616
        cli
5623
 
5617