comparison code_part1/OSTC_code_asm_part1/aa_fonts.asm @ 178:29ff788487fc

Added German ???? & French ???? characters in small font.
author JeanDo
date Fri, 04 Feb 2011 23:31:47 +0100
parents 14a074e1a375
children f720ce017244
comparison
equal deleted inserted replaced
177:d70dd3177d57 178:29ff788487fc
28 ; AA_BYTE_SWAP EQU 1 28 ; AA_BYTE_SWAP EQU 1
29 29
30 ;---- SMALL font description and data ---------------------------------------- 30 ;---- SMALL font description and data ----------------------------------------
31 aa_fonts code_pack 31 aa_fonts code_pack
32 aa_font28_block: 32 aa_font28_block:
33 DB ' ', 0x80 ; Translate space 33 DB '°', 0x7F ; Remap a few ASCII chars, to avoid
34 DB '²', 0x81 34 DB 'ö', 0x80 ; holes in the character table...
35 DB '°', 0x82 35 DB 'ä', 0x81
36 DB '¤', 0x83 36 DB 'ü', 0x82
37 DB 0xB7,0x7F ; Cursor 37 DB 'ß', 0x83
38 DB 0xB8,0x84 ; Dimmed cursor. 38 DB 'é', 0x84
39 DB 'è', 0x85
40 DB 'ê', 0x86
41 DB 'ç', 0x87
42 DB '¤', 0x8F
43 DB 0xB7,0x92 ; Cursor
44 DB 0xB8,0x93 ; Dimmed cursor.
39 DB 0 ; End of translation table 45 DB 0 ; End of translation table
40 DB aa_font28_firstChar ; To be substracted 46 DB aa_font28_firstChar ; To be substracted
41 DB aa_font28_chars ; Max value 47 DB aa_font28_chars ; Max value
42 DB 0x83-aa_font28_firstChar; replace by ¤ when unknown. 48 DB 0x83-aa_font28_firstChar; replace by ¤ when unknown.
43 DB aa_font28_height + 0x80 49 DB aa_font28_height + 0x80