1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-07 04:38:46 +10:00
collapseos/tools/emul/zasm
Virgil Dupras 7cf3ed38da Extract str.asm from core.asm and make core included by userspace
Most of register fiddling routines (which is now the only thing contained
in care.asm) are used by almost all userspace apps, often in inner loops.

That makes the penalty of using jump tables for those a bit too high.
Moreover, it burdens jump tables needlessly.

Because this unit is very small (now that string routines are out), it makes
sense to always include it in binaries.
2019-11-14 10:14:15 -05:00
..
glue.asm Extract str.asm from core.asm and make core included by userspace 2019-11-14 10:14:15 -05:00
kernel.bin Update bootstrap binaries 2019-11-13 22:28:47 -05:00
user.h Extract str.asm from core.asm and make core included by userspace 2019-11-14 10:14:15 -05:00
zasm.bin Update bootstrap binaries 2019-11-13 22:28:47 -05:00
zasm.c zasm: print progress indicator while assembling 2019-06-19 11:42:39 -04:00