comparison code_part1/OSTC_code_asm_part1/aa_wordprocessor.asm @ 116:14a074e1a375

Split C code, and use direct linking.
author JeanDo
date Sun, 26 Dec 2010 14:30:13 +0100
parents 25433449bcb5
children 6a94f96e9cea
comparison
equal deleted inserted replaced
115:50a06adabc67 116:14a074e1a375
100 movlw HIGH aa_font90_block 100 movlw HIGH aa_font90_block
101 movwf TBLPTRH,A 101 movwf TBLPTRH,A
102 102
103 ; Execute font block --------------------------------------------- 103 ; Execute font block ---------------------------------------------
104 aa_char_3: 104 aa_char_3:
105 ; This is safe iff the three fonts are in the same code segment
106 ; (and that segment do not span the 64K edge...)
105 movlw UPPER aa_font28_block 107 movlw UPPER aa_font28_block
106 movwf TBLPTRU,A 108 movwf TBLPTRU,A
107 109
108 ; Proceed to character substitutions 110 ; Proceed to character substitutions
109 aa_char_30: 111 aa_char_30: