Assembler for Texas Instruments 990/100 Microprocessor
description
A bare-bones assembler for the Texas Instruments TI 990/100 Microprocessor. Translates assembly language source code into machine code for the TI 990. This is the product of not even a week of development effort in 1999 and therefore full of yet-to-be-found bugs. It also misses the finishing touches. I decided to make it public under the GNU GPL in case anyone else ever finds himself in the need for an assembler for such a dinosaur processor. The assembler certainly isn't professional quality, but it beats the hell out of hand-coding TI 990 machine code.
platform
Source code for Turbo C++ on i486/DOS platforms. It also compiles under gcc on my i686/Red Hat Linux 7.3 system.
documentation
You wish. Check out the test input assembly file in the source distribution and have a look at the source code.