
I was reading the source and I noticed that it seems to be missing all the assembly include (.inc) files.
Looking closely, the Makefile's "dist-src" rule doesn't seem to include the "asm_include" directory in the distribution tar (well, it *looks* that this is what's missing, based on the include directories passed to the assembler).
That's not a problem for me (I didn't really want to compile it), but I just thought you should know.
Anyway, thanks again. Great work!