riscemu/riscemu
2023-05-01 13:33:52 +01:00
..
decoder [priv] fixed printing for mret, sret and uret 2022-03-27 18:44:41 +02:00
instructions base: add debug instructions 2023-02-03 16:45:29 +00:00
IO minor cleanup 2023-05-01 13:33:52 +01:00
priv fixed type annotations type in parsers 2022-04-01 13:30:55 +02:00
types add an unlimited register mode 2023-01-27 15:35:04 +00:00
__init__.py release 2.0.5 2023-01-27 16:16:30 +00:00
__main__.py add an unlimited register mode 2023-01-27 15:35:04 +00:00
assembler.py Parser: fixed error when labels where used outside of sections 2022-04-18 20:26:19 +02:00
colors.py [CSR] Adding dump_mstatus method to csr 2021-06-08 11:32:51 +02:00
config.py add an unlimited register mode 2023-01-27 15:35:04 +00:00
CPU.py Logging: Changed verbosity levels at which things are logged for the CPU 2022-04-17 10:42:08 +02:00
debug.py [restructured] moved all simple type definitions into riscemu.types 2022-03-27 19:06:23 +02:00
helpers.py cleaned up and improved memory dumping code 2022-04-17 12:34:07 +02:00
interactive.py fixes #12 - exit program with code from cpu.exit_code 2022-04-08 21:00:56 +02:00
MMU.py minor cleanup 2023-05-01 13:33:52 +01:00
parser.py add an unlimited register mode 2023-01-27 15:35:04 +00:00
registers.py add an unlimited register mode 2023-01-27 15:35:04 +00:00
syscall.py Syscalls: cleaned up formatting and added instructions for extensions 2022-04-18 20:25:35 +02:00
tokenizer.py [restructured] moved more types and exceptions to riscemu.types 2022-03-27 19:11:10 +02:00