Advanced OS disassembler and reverse-engineering tool.
Go to file
Lephenixnoir d78f7bca10 initial system: instruction load, target creation
Contains basic stuff to start working:

* Loading files and assembly instruction descriptions
* Create a 64k-entry assembly decoding table
* Standard memory regions and information
* Create targets where files can be mapped at any addresses
* Load OSes and detect a few basic things
2019-12-14 22:33:57 +01:00
data initial system: instruction load, target creation 2019-12-14 22:33:57 +01:00
fxos initial system: instruction load, target creation 2019-12-14 22:33:57 +01:00
include/fxos initial system: instruction load, target creation 2019-12-14 22:33:57 +01:00
lib initial system: instruction load, target creation 2019-12-14 22:33:57 +01:00
.gitignore initial system: instruction load, target creation 2019-12-14 22:33:57 +01:00
Makefile initial system: instruction load, target creation 2019-12-14 22:33:57 +01:00