From ed86861a1662c98a3267281e9f29cbed057ca2e5 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 4 Aug 2011 23:37:25 +0000 Subject: added multiplication code git-svn-id: https://svn.spreadspace.org/mur.sat@102 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- software/ihu/tables.inc | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'software/ihu/tables.inc') 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 + ;; ------------------------------------- -- cgit v1.2.3