comparison code_part1/OSTC_code_asm_part1/aa_fonts.asm @ 183:f720ce017244

Spanish special chars. + Avoid uppercase accents. + Tweak a pair of screen position.
author JeanDo
date Sun, 06 Feb 2011 19:29:43 +0100
parents 29ff788487fc
children 8147c35da3ca
comparison
equal deleted inserted replaced
182:adadccc367a6 183:f720ce017244
33 DB '°', 0x7F ; Remap a few ASCII chars, to avoid 33 DB '°', 0x7F ; Remap a few ASCII chars, to avoid
34 DB 'ö', 0x80 ; holes in the character table... 34 DB 'ö', 0x80 ; holes in the character table...
35 DB 'ä', 0x81 35 DB 'ä', 0x81
36 DB 'ü', 0x82 36 DB 'ü', 0x82
37 DB 'ß', 0x83 37 DB 'ß', 0x83
38 DB 'é', 0x84 38 DB 'é', 0x84 ; French accents
39 DB 'è', 0x85 39 DB 'è', 0x85
40 DB 'ê', 0x86 40 DB 'ê', 0x86
41 DB 'ç', 0x87 41 DB 'ç', 0x87
42 DB '¤', 0x8F 42 DB 'á', 0x88 ; Spanish accents
43 DB 'í', 0x89
44 DB 'ó', 0x8A
45 DB 'ú', 0x8B
46 DB 'ñ', 0x8C
47 DB '¡', 0x8D
48 DB '¿', 0x8E
49 DB '¤', 0x8F ; Unused
50 ; 90, 91 are the logo.
43 DB 0xB7,0x92 ; Cursor 51 DB 0xB7,0x92 ; Cursor
44 DB 0xB8,0x93 ; Dimmed cursor. 52 DB 0xB8,0x93 ; Dimmed cursor.
45 DB 0 ; End of translation table 53 DB 0 ; End of translation table
46 DB aa_font28_firstChar ; To be substracted 54 DB aa_font28_firstChar ; To be substracted
47 DB aa_font28_chars ; Max value 55 DB aa_font28_chars ; Max value