diff 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
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/aa_wordprocessor.asm	Fri Dec 24 15:40:27 2010 +0100
+++ b/code_part1/OSTC_code_asm_part1/aa_wordprocessor.asm	Sun Dec 26 14:30:13 2010 +0100
@@ -102,6 +102,8 @@
 
 			; Execute font block ---------------------------------------------
 aa_char_3:
+            ; This is safe iff the three fonts are in the same code segment
+            ; (and that segment do not span the 64K edge...)
 			movlw	UPPER aa_font28_block
 			movwf	TBLPTRU,A