Done
====

There was a bug in version 1.0.0 when doing many successive loops and some 
nested loops. This is corrected in this version.

I don't plan to add other macros. If you need some more macros, there is many
comments in the source code that can help to make your own.

To do
=====

I will not have very much time to put in this project but for those interested,
here is some possible improvements.

When linking many object files together, local labels generated by gawk will
clash (duplicate labels). It should generate different labels for each files.

Eventually, other CPU should be supported as well.

Macros should be modified to eliminate as much CPU specific instructions as
possible. This will ease migration to other CPUs.
CPU instruction could then be added at a final stage.

Maybe this could evolve as a low level compiler that can be used as a final
stage for a c compiler.

