Released under the GPL, but copyright J.Mourer.
This a a simple assembler for the 8052 series micro controller.
I write this many many years ago, and it has been used very little, so it
may have bugs.

It can generate MCS BASIC output with the code in data statements.
This allows you to prototype on a 8052AH BASIC.
(Just upload the program as a basic program and execute it).

The EQU statement is different from other assemblers.
I have discontinued any further development.

To compile:
make
make install
make install.man

To view the manual
man a52

To run the example:
a52 example.asm -b -r
This will generate a hex listing (Intel hex format) and a MCS BASIC listing.
See the manual for more info.

This assembler has one advantage: it is FAST.

