1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-06 20:18:44 +10:00
collapseos/tools/tests/unit
Virgil Dupras e691dab070 zasm: little drive-by optimization
Use IX directly for argspec rows instead of going through DE. It saves a bit
of processing. The code was this way because I initially didn't use IX at all,
so as code evolved, that DE translation stayed as an artifact.
2019-12-13 10:54:01 -05:00
..
runtests.sh zasm: little drive-by optimization 2019-12-13 10:54:01 -05:00
test_basic_parse.asm lib/expr: refactor for easier operator addition 2019-11-22 14:45:12 -05:00
test_core.asm core: remove cpHLDE 2019-12-12 15:53:14 -05:00
test_ed_util.asm core: remove cpHLDE 2019-12-12 15:53:14 -05:00
test_expr.asm basic: add support for signed integers 2019-11-23 14:56:23 -05:00
test_lib_ari.asm lib/expr: refactor for easier operator addition 2019-11-22 14:45:12 -05:00
test_lib_fmt.asm basic: add puth command 2019-12-09 14:34:14 -05:00
test_parse_z.asm Make the shell a userspace app 2019-11-15 15:37:49 -05:00
test_parse.asm Make the shell a userspace app 2019-11-15 15:37:49 -05:00
test_symbol.asm Extract str.asm from core.asm and make core included by userspace 2019-11-14 10:14:15 -05:00
test_util_z.asm lib/expr: refactor for easier operator addition 2019-11-22 14:45:12 -05:00
test_z_instr.asm zasm: little drive-by optimization 2019-12-13 10:54:01 -05:00