collapseos/apps/zasm
Virgil Dupras 22c7eeaa5d Move apps/zasm/tests to tools/tests/zasm
This 'apps' folder is going to disappear. Everything is going to be a
"part" to be assembled through recipes. 'apps' has no meaning.
2019-05-16 11:23:15 -04:00
..
directive.asm
expr.asm
instr.asm
io.asm zasm: big local symbols overhaul 2019-05-16 08:26:00 -04:00
main.asm zasm: big local symbols overhaul 2019-05-16 08:26:00 -04:00
parse.asm zasm: big local symbols overhaul 2019-05-16 08:26:00 -04:00
README.md
symbol.asm zasm: big local symbols overhaul 2019-05-16 08:26:00 -04:00
tok.asm
util.asm

z80 assembler

This is probably the most critical part of the Collapse OS project. If this app can be brought to completion, it pretty much makes the project a success because it ensures self-reproduction.

Running on a "modern" machine

To be able to develop zasm efficiently, libz80 is used to run zasm on a modern machine. The code lives in emul and ran be built with make, provided that you have a copy libz80 living in emul/libz80.

The resulting zasm binary takes asm code in stdin and spits binary in stdout.