view code_part1/OSTC_code_asm_part1/aa_font90_idx.inc @ 174:53b16a746166

Multi-lang + Move texts to single compact table. + Place at address 0x15000, reserved up to 0x17AFF (10kB) + Generate the english_test.asm reference (4kB) + Move altimeter texts into the table.
author JeanDo
date Thu, 03 Feb 2011 04:09:21 +0100
parents 3e351e25f5d1
children
line wrap: on
line source

;==========================================================================
; Font index exported lun. nov. 29 2010 by FontIO.cpp 57 2010-11-24 23:24:47Z gascuel $ 
;==========================================================================
aa_font90_chars		EQU	.12
aa_font90_firstChar	EQU	'.'
aa_font90_lastChar	EQU	'9'
;
aa_font90_idx:
			DW	aa_font90_bits + 0x0000	; . dot
			DW	aa_font90_bits + 0x0017	; / slash
			DW	aa_font90_bits + 0x002A	; 0 0
			DW	aa_font90_bits + 0x0110	; 1 1
			DW	aa_font90_bits + 0x018A	; 2 2
			DW	aa_font90_bits + 0x0265	; 3 3
			DW	aa_font90_bits + 0x034E	; 4 4
			DW	aa_font90_bits + 0x03E6	; 5 5
			DW	aa_font90_bits + 0x049C	; 6 6
			DW	aa_font90_bits + 0x05AB	; 7 7
			DW	aa_font90_bits + 0x0652	; 8 8
			DW	aa_font90_bits + 0x0784	; 9 9
			DW	aa_font90_bits + 0x0898	; END OF INDEX