diff code_part1/OSTC_code_asm_part1/aa_wordprocessor.asm @ 167:cb055a7d75f3

+ Use overlay local vars. + Make all private functions static. + Merge calc_tissue 2sec and 1min + Merge sim_tissue 1min and 10min + Expose basic display utilities for c-code. + Prepare stand-alone utilities for p2_main.c testing platform. + New c utility: int read_custom_function(cf#)
author JeanDo
date Mon, 24 Jan 2011 23:31:57 +0100
parents 8b75ba28d641
children bde83cac971f
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/aa_wordprocessor.asm	Sat Jan 22 23:24:12 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/aa_wordprocessor.asm	Mon Jan 24 23:31:57 2011 +0100
@@ -389,6 +389,7 @@
 ; Inputs : letter : string to print (SHOULD BE NULL TERMINATED)
 ; Output : OLED commands on port D + clocks.
 ; 
+        global  aa_wordprocessor        ; Callable from C-code.
 aa_wordprocessor:
 		; Make sure context is well known
 		movlb	HIGH win_top            ; Switch to bank 0...