riscemu/riscemu
2021-04-22 13:00:37 +02:00
..
instructions prettier debug output (colorized) 2021-04-22 12:57:40 +02:00
__init__.py added global symbol support! 2021-04-18 12:09:38 +02:00
__main__.py added add_accept_imm option flag to allow add rd, rs, imm instructions 2021-04-21 21:04:56 +02:00
colors.py prettier debug output (colorized) 2021-04-22 12:57:40 +02:00
Config.py added add_accept_imm option flag to allow add rd, rs, imm instructions 2021-04-21 21:04:56 +02:00
CPU.py improved debugging output on early exit and reformatted cpu file 2021-04-22 13:00:37 +02:00
debug.py improved debugging output on early exit and reformatted cpu file 2021-04-22 13:00:37 +02:00
Exceptions.py added stepping functionality to the debugger 2021-04-19 12:10:24 +02:00
Executable.py better formatted print outputs 2021-04-22 12:41:07 +02:00
ExecutableParser.py added .word pseudo op 2021-04-21 20:36:26 +02:00
helpers.py better ascii dumps 2021-04-22 12:48:46 +02:00
MMU.py better formatted print outputs 2021-04-22 12:41:07 +02:00
Registers.py fixed formatting in Registers.dump() 2021-04-18 20:32:25 +02:00
Syscall.py read syscall now behaves like readline instead of read 2021-04-22 11:22:05 +02:00
Tokenizer.py refactored instruction sets to be modular 2021-04-18 23:14:53 +02:00