fxos/lib
Lephenixnoir 2a3f1845de
fxos: remove vspace as a session abstraction
And rewrite all existing commands to read from a binary instead.

The transition to the new data model is *not* complete because a bunch
of data is still hidden in the "Disassembly" inside the binary's virtual
space instead of being managed by the binary itself. Removing these is
the next step.
2023-09-24 20:52:37 +02:00
..
ai relconst: fix a printing bug causing some constants to show as 0 2022-12-29 22:16:47 +01:00
passes fxos: rename Instruction -> OldInstruction 2023-09-24 10:45:40 +02:00
util fxos: create, select, remove, save and load binaries 2023-09-24 16:37:08 +02:00
binary.cpp fxos: remove vspace as a session abstraction 2023-09-24 20:52:37 +02:00
disassembly.cpp fxos: rename Instruction -> OldInstruction 2023-09-24 10:45:40 +02:00
lang.cpp fxos: refactor AsmInstruction categories into assembly table tags 2023-08-27 23:25:35 +02:00
load-asm.l fxos: refactor AsmInstruction categories into assembly table tags 2023-08-27 23:25:35 +02:00
memory.cpp meta: provide automatic formatting with clang-format 2022-04-14 15:28:20 +01:00
os.cpp meta: provide automatic formatting with clang-format 2022-04-14 15:28:20 +01:00
project.cpp fxos: create, select, remove, save and load binaries 2023-09-24 16:37:08 +02:00
semantics.cpp meta: provide automatic formatting with clang-format 2022-04-14 15:28:20 +01:00
symbols.cpp meta: provide automatic formatting with clang-format 2022-04-14 15:28:20 +01:00
vspace.cpp fxos: create, select, remove, save and load binaries 2023-09-24 16:37:08 +02:00