calculator/tests
2025-03-09 20:15:33 +10:00
..
btohex.s Extract more bits from calc.s; use qemu for testing 2025-02-10 15:51:18 +10:00
charness.c WIP 2025-03-09 20:15:33 +10:00
fmt_count_digits.s Add fmt_decimal and count_digits routines 2025-02-27 22:21:33 +10:00
fmt_decimal.s Add fmt_decimal and count_digits routines 2025-02-27 22:21:33 +10:00
harness.s WIP 2025-03-09 20:15:33 +10:00
math_add64.s Implement mul, div, divmod, clz 2025-02-15 19:45:25 +10:00
math_clz.s Implement mul, div, divmod, clz 2025-02-15 19:45:25 +10:00
math_div.s Implement mul, div, divmod, clz 2025-02-15 19:45:25 +10:00
math_divmod.s Implement mul, div, divmod, clz 2025-02-15 19:45:25 +10:00
math_mod.s Implement mul, div, divmod, clz 2025-02-15 19:45:25 +10:00
math_mul.s Implement mul, div, divmod, clz 2025-02-15 19:45:25 +10:00
test_fmt.sh Add fmt_decimal and count_digits routines 2025-02-27 22:21:33 +10:00
test_hex.sh Extract more bits from calc.s; use qemu for testing 2025-02-10 15:51:18 +10:00
test_math.sh Implement mul, div, divmod, clz 2025-02-15 19:45:25 +10:00
tohex.s Make code compatible with LLVM 2025-02-13 20:32:18 +10:00
unittest Add a byte to hex function with unit test 2025-02-10 12:04:39 +10:00