diff options
author | Christian Pointner <equinox@mur.at> | 2011-08-04 23:37:25 +0000 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2011-08-04 23:37:25 +0000 |
commit | ed86861a1662c98a3267281e9f29cbed057ca2e5 (patch) | |
tree | b06eb6bcdc00ae549af756bf0a96b592572d1471 /software/ihu/tables.inc | |
parent | minor cleanup (diff) |
added multiplication code
git-svn-id: https://svn.spreadspace.org/mur.sat@102 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/ihu/tables.inc')
-rw-r--r-- | software/ihu/tables.inc | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/software/ihu/tables.inc b/software/ihu/tables.inc index 1050a5e..5a72504 100644 --- a/software/ihu/tables.inc +++ b/software/ihu/tables.inc @@ -68,5 +68,37 @@ mul10 retlw .140 retlw .150 retlw .160 + +daysL + addwf PCL,f + retlw .0 + retlw .0 + retlw .31 + retlw .60 + retlw .91 + retlw .121 + retlw .152 + retlw .182 + retlw .213 + retlw .244 + retlw .18 + retlw .49 + retlw .79 +daysH + addwf PCL,f + retlw .0 + retlw .0 + retlw .0 + retlw .0 + retlw .0 + retlw .0 + retlw .0 + retlw .0 + retlw .0 + retlw .0 + retlw .1 + retlw .1 + retlw .1 + ;; ------------------------------------- |