The Amazing Awk Assembler (aaa) is a primitive assembler written entirely in awk and sed. It is quite slow, the input syntax is eccentric and rather restricted, and error checking is virtually nonexistent, but it does work. Furthermore it's very easy to adapt to a new machine, provided the machine falls into the generic "8-bit-micro" category.
| Tags | Software Development Assemblers Awk Programming |
|---|---|
| Operating Systems | POSIX Unix multiplatform Cross Platform |
| Implementation | Awk Unix Shell Assembly |