riscemu/riscemu
2021-04-18 20:11:44 +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 syscall interface to debug variables 2021-04-18 20:11:44 +02:00
Exceptions.py reformat Exceptions.py 2021-04-18 12:12:00 +02:00
Executable.py fixed range selection for LoadedMemorySection.dump 2021-04-18 20:09:47 +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 symbol lookup helper MMU.symbol(name) 2021-04-18 20:10:08 +02:00
Registers.py improved arguments, dropped support for no-color output 2021-04-18 19:18:17 +02:00
Syscall.py added syscall interface to debug variables 2021-04-18 20:11:44 +02:00
Tokenizer.py support for loading multiple executables 2021-04-18 12:59:40 +02:00