summaryrefslogtreecommitdiff
path: root/software/ihu/tables.inc
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2013-06-28 02:11:02 +0000
committerChristian Pointner <equinox@mur.at>2013-06-28 02:11:02 +0000
commit492d2a620431ae8fb63aa8fc3a9a621464dcf6b5 (patch)
tree9c1c8fd31d9a117815989209c7bc0625f0776ece /software/ihu/tables.inc
parentwhitespace cleanup (diff)
ihu and rtc work now
git-svn-id: https://svn.spreadspace.org/mur.sat@794 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/ihu/tables.inc')
-rw-r--r--software/ihu/tables.inc26
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