Genasm: a macro assembler

Tutorial
Go to the Genasm current tutorial page to know how to use it (pure text version available here).

Source code
The source code is a CR/LF file which can be compiled under DOS (Turbo-C >= 2.01) or Unix (any ANSI C-compiler: if you use GCC, simply type "gcc genasm.c -ogenasm").

Executable
The DOS executable is available (compiled under DOS with Turbo-C 2.01).

Example program
An example program for the 16f877 (Microchip) is available, along with the corresponding include files,the pic generic include file, and the 16f877 specific file.


Last modification : 06/23/2004.

Hugues Smeets