fxos/lib
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
..
disassembly.cpp initial system: instruction load, target creation 2019-12-14 22:33:57 +01:00
lang.cpp initial system: instruction load, target creation 2019-12-14 22:33:57 +01:00
load-asm.l initial system: instruction load, target creation 2019-12-14 22:33:57 +01:00
load-header.l initial system: instruction load, target creation 2019-12-14 22:33:57 +01:00
load.cpp initial system: instruction load, target creation 2019-12-14 22:33:57 +01:00
memory.cpp initial system: instruction load, target creation 2019-12-14 22:33:57 +01:00
os.cpp initial system: instruction load, target creation 2019-12-14 22:33:57 +01:00
target.cpp initial system: instruction load, target creation 2019-12-14 22:33:57 +01:00
util.cpp initial system: instruction load, target creation 2019-12-14 22:33:57 +01:00