riscemu/riscemu
2023-08-01 11:21:15 +01:00
..
decoder format black 2023-05-01 16:39:27 +01:00
instructions fix various semantic mismatchs in RV32F (#27) 2023-07-04 09:56:26 +01:00
IO format black 2023-05-01 16:39:27 +01:00
priv fix ci (pt2) ? 2023-05-01 16:57:49 +01:00
tools main: major overhaul of how __main__ works 2023-05-29 16:04:55 +01:00
types fix various semantic mismatchs in RV32F (#27) 2023-07-04 09:56:26 +01:00
__init__.py release 2.1.1 2023-08-01 11:21:15 +01:00
__main__.py misc: improve typing and structure 2023-05-30 09:13:55 +01:00
assembler.py assembler: fix bug with zero-termination of strings 2023-05-29 14:21:59 +01:00
colors.py format black 2023-05-01 16:39:27 +01:00
config.py main: major overhaul of how __main__ works 2023-05-29 16:04:55 +01:00
CPU.py add some typing annotations (#20) 2023-05-05 17:22:58 +01:00
debug.py format black 2023-05-01 16:39:27 +01:00
helpers.py format black 2023-05-01 16:39:27 +01:00
interactive.py core: refactor how launch() works in preperation for libc integration 2023-05-29 14:23:37 +01:00
MMU.py Add support for floats (#22) 2023-06-06 15:08:09 +01:00
parser.py Add support for floats (#22) 2023-06-06 15:08:09 +01:00
py.typed add py.typed file for riscemu to declare itself as a typed python package (#21) 2023-06-05 10:12:50 +01:00
registers.py Debugger fix (#32) 2023-07-12 11:33:08 +01:00
riscemu_main.py misc: test python 3.8 in CI, add cfg arg to RiscemuRunner 2023-05-30 09:21:24 +01:00
syscall.py misc: improve typing and structure 2023-05-30 09:13:55 +01:00
tokenizer.py allow for infinite registers in sw/lw instructions (#31) 2023-07-04 09:57:48 +01:00