view lib/alib/dectab.as @ 2784:2594295f9cc7 lwtools-port

Merged Drencor's work
author Boisy Pitre <boisy.pitre@nuance.com>
date Sat, 26 Jan 2013 17:19:06 -0600
parents 03f26e88b809
children
line wrap: on
line source

*********************************************************************

* 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