diff code_part1/OSTC_code_asm_part1/definitions.asm @ 838:2750099bf5bb

3.15 release
author heinrichsweikamp
date Tue, 19 Jan 2021 12:57:23 +0100
parents 30136fc61392
children ab68f28514e0
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/definitions.asm	Fri Jan 01 19:57:21 2021 +0100
+++ b/code_part1/OSTC_code_asm_part1/definitions.asm	Tue Jan 19 12:57:23 2021 +0100
@@ -179,6 +179,7 @@
                                 ; never use wait_temp in interrupt routines (isr) and never call any wait routine in interrupts
 
 textnumber      res 1           ; for textdisplay
+letter_counter	res 1		; for aa_wordprocessor      
 textaddress     res 2				
 
 average_depth_hold  res 4       ; Holds Sum of depths (Resettable)