1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-22 19:30:18 +10:00
collapseos/tools/emul/shell
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
..
shell_.asm stdio: remove a layer of indirection in GetC/PutC 2019-11-04 09:55:12 -05:00
shell.c Fix buffer overrun in shell emulator (#51) 2019-10-15 21:21:40 -04:00
user.h Rename blockdev's API routines to GetB/PutB 2019-10-30 16:59:35 -04:00