summaryrefslogtreecommitdiff
path: root/software/ihu/tables.inc
diff options
context:
space:
mode:
Diffstat (limited to 'software/ihu/tables.inc')
-rw-r--r--software/ihu/tables.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/software/ihu/tables.inc b/software/ihu/tables.inc
index 5a72504..63d4ddc 100644
--- a/software/ihu/tables.inc
+++ b/software/ihu/tables.inc
@@ -49,6 +49,25 @@ digit
retlw 'E'
retlw 'F'
+dtmfSign
+ addwf PCL,f
+ retlw 'D'
+ retlw '1'
+ retlw '2'
+ retlw '3'
+ retlw '4'
+ retlw '5'
+ retlw '6'
+ retlw '7'
+ retlw '8'
+ retlw '9'
+ retlw '0'
+ retlw '*'
+ retlw '#'
+ retlw 'A'
+ retlw 'B'
+ retlw 'C'
+
mul10
addwf PCL,f
retlw .0