diff src/convert.inc @ 628:cd58f7fc86db

3.05 stable work
author heinrichsweikamp
date Thu, 19 Sep 2019 12:01:29 +0200
parents c40025d8e750
children 4050675965ea
line wrap: on
line diff
--- a/src/convert.inc	Sun Jun 30 23:22:32 2019 +0200
+++ b/src/convert.inc	Thu Sep 19 12:01:29 2019 +0200
@@ -1,6 +1,6 @@
 ;=============================================================================
 ;
-;   File convert.inc                           combined next generation V3.0.1
+;   File convert.inc                          combined next generation V3.04.2
 ;
 ;   Converts register values to string
 ;
@@ -43,10 +43,20 @@
 	endm
 
 	extern	output99x_call
-output_99x	macro				; displays only last two figures from a 8 bit value with leading zero (00-99)
+output_99x	macro				; displays only last two digits from a 8 bit value with leading zero (00-99)
 	call	output99x_call
 	endm
 
+	extern	output99dd_call
+output_99dd	macro				; displays only last two digits from a 8 bit value, prints double-dots if zero - small fonts
+	call	output99dd_call
+	endm
+
+	extern	output99DD_call
+output_99DD	macro				; displays only last two digits from a 8 bit value, prints double-dots if zero - big   fonts
+	call	output99DD_call
+	endm
+
 	extern	outputHEX_call
 output_hex	macro				; displays 8 bit integer in hex, input via WREG
 	call	outputHEX_call