collapseos/tools
Virgil Dupras 2a55bfd375 stdio: remove a layer of indirection in GetC/PutC
We use zasm's ability to use labels in .equ directive.

We didn't do it before because for a while, we were in between scas
and zasm (scas was used in automated tests) so we needed to use the
lowest common denominator: zasm doesn't have macros and scas can't
use labels in .equ directives.

This forced us to add this layer of indirection. But now that we are
completely cut from scas' dependency, we can use this nice zasm's
ability.
2019-11-04 09:55:12 -05:00
..
cfspack Make tools/emul *BSD-friendly 2019-07-11 21:21:54 -04:00
emul stdio: remove a layer of indirection in GetC/PutC 2019-11-04 09:55:12 -05:00
tests Rename blockdev's API routines to GetB/PutB 2019-10-30 16:59:35 -04:00
blkdump.py tools/blkdump.py: new tool 2019-06-17 09:02:01 -04:00
memdump.py tools/blkdump.py: new tool 2019-06-17 09:02:01 -04:00
upload.py New tool: download.py 2019-06-14 16:06:18 -04:00
zasm.sh Removed unnecessary import sys (#46) 2019-10-15 22:41:44 -04:00