diff lib/alib/dectab.as @ 2783:03f26e88b809 lwtools-port

Renamed files and setup for lwasm/lwlink work
author Boisy Pitre <boisy.pitre@nuance.com>
date Sat, 26 Jan 2013 17:18:24 -0600
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/alib/dectab.as	Sat Jan 26 17:18:24 2013 -0600
@@ -0,0 +1,17 @@
+*********************************************************************
+
+* table of decimal numbers for use by binary/decimal conversion
+* routines.
+
+
+ nam Decimal Number Table
+ ttl Assembler Library Module
+
+
+ section .text
+
+DECTAB$:
+ fdb 10000,1000,100,10,1,0
+
+ endsect
+