comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 706:d68c6a6b1f38

aa fonts processor
author heinrichsweikamp
date Tue, 16 Apr 2013 15:40:27 +0200
parents 422b9eeace4f
children de413161f00c
comparison
equal deleted inserted replaced
705:55983c4d6b2d 706:d68c6a6b1f38
137 137
138 letter res .26 ;letter buffer 138 letter res .26 ;letter buffer
139 win_color1 res 1 139 win_color1 res 1
140 win_color2 res 1 140 win_color2 res 1
141 win_color3 res 1 141 win_color3 res 1
142 win_color4 res 1
143 win_color5 res 1
144 win_color6 res 1
142 win_top res 1 ; Box/text position (0..239). 145 win_top res 1 ; Box/text position (0..239).
143 win_height res 1 ; Box/text height (1..240) 146 win_height res 1 ; Box/text height (1..240)
144 win_leftx2 res 1 ; Box/text position (0..159) 147 win_leftx2 res 1 ; Box/text position (0..159)
145 win_width res 1 ; box width (1..160) 148 win_width res 1 ; box width (1..160)
146 win_font res 1 149 win_font res 1