Subversion Repositories Kolibri OS

Rev

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

Rev 950 Rev 962
Line 91... Line 91...
91
    mov  edx,0x04000000 					  ; color of work area RRGGBB,8->color gl
91
    mov  edx,0x04000000 					  ; color of work area RRGGBB,8->color gl
92
    mov  esi,0x805080d0 					  ; color of grab bar  RRGGBB,8->color gl
92
    mov  esi,0x805080d0 					  ; color of grab bar  RRGGBB,8->color gl
93
    mov  edi,0x005080d0 					  ; color of frames    RRGGBB
93
    mov  edi,0x005080d0						  ; color of frames    RRGGBB
94
    int  0x40
94
    int  0x40
Line -... Line 95...
-
 
95
 
-
 
96
    mov  eax,71
-
 
97
    mov  ebx,1
-
 
98
    mov  ecx,header
-
 
99
    int  0x40
95
 
100
 
Line 96... Line 101...
96
    call [drawroutine]
101
    call [drawroutine]
97
 
102
 
98
    mov  eax,12 						  ; function 12:tell os about windowdraw
103
    mov  eax,12 						  ; function 12:tell os about windowdraw
Line 104... Line 109...
104
load_highscores:
109
load_highscores:
105
ret
110
ret
Line 106... Line 111...
106
 
111
 
107
save_highscores:
112
save_highscores:
108
ret
113
ret
-
 
114
 
-
 
115
header          db 'Invaders',0
109
116