diff options
Diffstat (limited to 'software/ihu/tables.inc')
-rw-r--r-- | software/ihu/tables.inc | 26 |
1 files changed, 4 insertions, 22 deletions
diff --git a/software/ihu/tables.inc b/software/ihu/tables.inc index 1ce2beb..3e42a41 100644 --- a/software/ihu/tables.inc +++ b/software/ihu/tables.inc @@ -8,10 +8,10 @@ ;; ESC im Labor and realraum. ;; ;; Please visit the project hompage at sat.mur.at for further information. - ;; + ;; ;; ;; Copyright (C) 2011 Christian Pointner <equinox@mur.at> - ;; + ;; ;; This file is part of mur.sat. ;; ;; mur.sat is free software: you can redistribute it and/or modify @@ -31,6 +31,7 @@ ;; ------------------------------------- ;; digit digit + andlw b'00001111' addwf PCL,f retlw '0' retlw '1' @@ -49,25 +50,6 @@ 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 @@ -103,7 +85,7 @@ daysL retlw .18 retlw .49 retlw .79 - + daysH addwf PCL,f retlw .0 |