riscemu/riscemu
2021-04-18 19:19:28 +02:00
..
__init__.py added global symbol support! 2021-04-18 12:09:38 +02:00
__main__.py improved arguments, dropped support for no-color output 2021-04-18 19:18:17 +02:00
colors.py colored exception messages 2021-04-18 09:21:11 +02:00
Config.py improved arguments, dropped support for no-color output 2021-04-18 19:18:17 +02:00
CPU.py provide global syscall symbols if flag is set 2021-04-18 19:19:28 +02:00
debug.py added better debugging environment 2021-04-18 09:32:37 +02:00
Exceptions.py reformat Exceptions.py 2021-04-18 12:12:00 +02:00
Executable.py fixed mmu bounds check for read 2021-04-18 18:48:55 +02:00
ExecutableParser.py added escape character deocoding for ascii and asciiz pseudo-ops 2021-04-18 18:49:27 +02:00
helpers.py colored exception messages 2021-04-18 09:21:11 +02:00
MMU.py added better colors to MMU output 2021-04-18 18:39:48 +02:00
Registers.py improved arguments, dropped support for no-color output 2021-04-18 19:18:17 +02:00
Syscall.py provide global syscall symbols if flag is set 2021-04-18 19:19:28 +02:00
Tokenizer.py support for loading multiple executables 2021-04-18 12:59:40 +02:00