fxos/lib
Lephenixnoir c9ecb855de
finish the base interfaces
* switch from File to Buffer to manage file contents
* boilerplate for a proprer command-line interface, and complete help
* add a notion of Addressable to avoid losing the source address of very
  information provided by the OS type
* use addressables in the AbstractMemory interface
* fully parse the header and footer of OSes
* bring [fxos info] to the level of the previous implementation
* make most of the OS attributes public
* use char* instead of void* for translation, since void* arithmetic
  triggers a hell of warnings in C++
2019-12-15 18:40:05 +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 finish the base interfaces 2019-12-15 18:40:05 +01:00
load-header.l finish the base interfaces 2019-12-15 18:40:05 +01:00
load.cpp finish the base interfaces 2019-12-15 18:40:05 +01:00
memory.cpp initial system: instruction load, target creation 2019-12-14 22:33:57 +01:00
os.cpp finish the base interfaces 2019-12-15 18:40:05 +01:00
target.cpp finish the base interfaces 2019-12-15 18:40:05 +01:00
util.cpp finish the base interfaces 2019-12-15 18:40:05 +01:00