collapseos/apps/zasm/emul
Virgil Dupras 279f6e0ad8 zasm: invert emulator io_write() handling
This facilitates debugging. To know the value of `A` at any point,
you can do `out (0), a`. The number of bytes in the output will be the
value of `A`.
2019-04-17 10:34:30 -04:00
..
.gitignore zasm: have a whole kernel in emulation instead of a simple wrapper 2019-04-16 14:26:45 -04:00
Makefile zasm: reuse code from core 2019-04-16 17:00:19 -04:00
bin2c.sh Add zasm app 2019-04-16 13:36:57 -04:00
glue.asm zasm: invert emulator io_write() handling 2019-04-17 10:34:30 -04:00
user.inc zasm: reuse code from core 2019-04-16 17:00:19 -04:00
zasm.c zasm: invert emulator io_write() handling 2019-04-17 10:34:30 -04:00