__init__.py
|
added global symbol support!
|
2021-04-18 12:09:38 +02:00 |
__main__.py
|
support for loading multiple executables
|
2021-04-18 12:59:40 +02:00 |
colors.py
|
colored exception messages
|
2021-04-18 09:21:11 +02:00 |
Config.py
|
added better debugging environment
|
2021-04-18 09:32:37 +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
|
stack allocation now fixed
|
2021-04-18 12:55:57 +02:00 |
ExecutableParser.py
|
stack allocation now fixed
|
2021-04-18 12:55:57 +02:00 |
helpers.py
|
colored exception messages
|
2021-04-18 09:21:11 +02:00 |
MMU.py
|
added global symbol support!
|
2021-04-18 12:09:38 +02:00 |
Registers.py
|
moved registers out of CPU file
|
2021-04-17 20:57:54 +02:00 |
Syscall.py
|
implemented syscalls open, read, write, close, exit
|
2021-04-17 22:50:47 +02:00 |
Tokenizer.py
|
support for loading multiple executables
|
2021-04-18 12:59:40 +02:00 |