riscemu/riscemu
2022-03-28 00:04:50 +02:00
..
decoder [priv] fixed printing for mret, sret and uret 2022-03-27 18:44:41 +02:00
instructions squashing bugs related to Int32 wrapping and sign extension 2022-03-27 23:50:28 +02:00
IO Maor round of bugfixes and incremental improvements 2022-03-27 15:21:10 +02:00
priv [restructured] moved more types and exceptions to riscemu.types 2022-03-27 19:11:10 +02:00
types squashing bugs related to Int32 wrapping and sign extension 2022-03-27 23:50:28 +02:00
__init__.py pre-release 2.0.0a4 2022-03-28 00:04:50 +02:00
__main__.py version 2.0.0a3 2022-03-27 22:10:20 +02:00
assembler.py ported syscalls to Int32 usage and removed unecessary prints 2022-03-27 22:00:22 +02:00
colors.py [CSR] Adding dump_mstatus method to csr 2021-06-08 11:32:51 +02:00
config.py [priv] added --slowdown flag to slow down emulated clock speed 2022-03-27 18:45:28 +02:00
CPU.py [restructured] moved more types and exceptions to riscemu.types 2022-03-27 19:11:10 +02:00
debug.py [restructured] moved all simple type definitions into riscemu.types 2022-03-27 19:06:23 +02:00
helpers.py [restructured] moved more types and exceptions to riscemu.types 2022-03-27 19:11:10 +02:00
interactive.py [restructured] moved all simple type definitions into riscemu.types 2022-03-27 19:06:23 +02:00
MMU.py improved the MMU.translate_address function 2022-03-27 20:22:11 +02:00
parser.py [restructured] moved more types and exceptions to riscemu.types 2022-03-27 19:11:10 +02:00
registers.py squashing bugs related to Int32 wrapping and sign extension 2022-03-27 23:50:28 +02:00
syscall.py ported syscalls to Int32 usage and removed unecessary prints 2022-03-27 22:00:22 +02:00
tokenizer.py [restructured] moved more types and exceptions to riscemu.types 2022-03-27 19:11:10 +02:00