Subversion Repositories Kolibri OS

Rev

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

Rev 4265 Rev 4288
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 4265 $
8
$Revision: 4288 $
Line 9... Line 9...
9
 
9
 
Line 1185... Line 1185...
1185
 
1185
 
1186
;set draw data to full screen
1186
;set draw data to full screen
1187
        xor     eax, eax
1187
        xor     eax, eax
1188
        mov     [ecx+0], dword eax
1188
        mov     [ecx+0], dword eax
1189
        mov     [ecx+4], dword eax
1189
        mov     [ecx+4], dword eax
1190
        mov     eax, [Screen_Max_X]
1190
        mov     eax, [_display.width]
1191
        mov     [ecx+8], eax
1191
        mov     [ecx+8], eax
1192
        mov     eax, [Screen_Max_Y]
1192
        mov     eax, [_display.height]
Line 1193... Line 1193...
1193
        mov     [ecx+12], eax
1193
        mov     [ecx+12], eax
1194
 
1194
 
1195
        mov     ebx, [pl0_stack]
1195
        mov     ebx, [pl0_stack]