collapseos/tools
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
..
cfspack Make tools/emul *BSD-friendly 2019-07-11 21:21:54 -04:00
emul Extract str.asm from core.asm and make core included by userspace 2019-11-14 10:14:15 -05:00
tests Extract str.asm from core.asm and make core included by userspace 2019-11-14 10:14:15 -05:00
blkdump.py Improve python tools' shebang 2019-11-04 14:43:27 -05:00
font_compile.pl recipes/ti84: use a 3x5 font instead of a 5x7 one 2019-11-11 13:26:24 -05:00
memdump.py Improve python tools' shebang 2019-11-04 14:43:27 -05:00
upload.py Improve python tools' shebang 2019-11-04 14:43:27 -05:00
zasm.sh recipes/ti84: first step 2019-11-07 11:52:29 -05:00