In the future, after 1.0.0 is released, I though of an idea of how I could bring Axe to the computer platform officially.
Instead of emulating Axe at the assembly level, I could write a compiler instead that takes z80 source code and converts it to C code or whatever language, compile that, add some fancy GUI stuff and an editor, and poof! Done.
Low to high level language compilers are easy and don't have to be very efficient. There is a very limited number of assembly instructions anyway and the actual z80 source only needs to be modified slightly for the different input output standards I would need.