diff src/convert.inc @ 300:5ad479f2a868

Merged Screen layout mod #1 into Screen layout work #3
author Janos Kovacs <kovjanos@gmail.com>
date Sun, 31 May 2015 21:24:16 +0200
parents 11d4fc797f74
children b455b31ce022
line wrap: on
line diff
--- a/src/convert.inc	Sun May 31 20:25:12 2015 +0200
+++ b/src/convert.inc	Sun May 31 21:24:16 2015 +0200
@@ -16,6 +16,11 @@
 	call 	output16_3_call
 	endm
 
+    extern  output16_4_call
+output_16_4 macro			; displays only last four figures from a 16Bit value (0-9999)
+	call 	output16_4_call
+	endm
+
     extern  output16
 output_16dp macro temp4		; 16Bit with decimal point
 	movlw	temp4			; Temp4 stores position for decimal point