collapseos/doc
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
..
README.md We can now assemble source files from within the shell! 2019-06-03 11:15:07 -04:00
blockdev.md Rename blockdev's API routines to GetB/PutB 2019-10-30 16:59:35 -04:00
emulate.md Update docs 2019-05-20 12:11:45 -04:00
fs.md Add filesystem docs 2019-05-12 16:06:27 -04:00
glue-code.md Extract str.asm from core.asm and make core included by userspace 2019-11-14 10:14:15 -05:00
load-run-code.md tools/upload.py: support files larger than 0xff bytes 2019-06-14 15:06:14 -04:00
shell.md Pimp up the docs a little bit 2019-10-04 12:05:05 -04:00
zasm.md doc/zasm: fix error 2019-06-14 14:24:51 -04:00