fxos/include/fxos
Lephenixnoir 9c49114928
symbols: add os and mpu constraints to symbol tables
Each of these constraints is specified in the header by an [os] or [mpu]
line. For the symbol table to be usable on a disassembly, both
constraints must be met:

* Either [os] is unset, no OS is used for disassembly, or the OS type is
  the same as the [os] constraint (either "fx" or "cg");
* Either [mpu] is unset, the disassembled target has no specified MPU,
  or the MPU type of the target is the same as the [mpu] constraint (eg
  "sh7305").
2020-06-13 11:23:46 +02:00
..
disasm-passes print: show ellipses when addresses jump in output 2020-06-11 20:03:42 +02:00
disassembly.h support non-decoded instructions 2020-02-29 16:32:25 +01:00
domains.h implement the syscall pass, and symbol resolution 2020-02-15 18:42:14 +01:00
errors.h better manage exceptions and instruction-level passes 2020-02-28 16:19:50 +01:00
lang.h support for mova, and more responsible OS creation 2020-02-29 11:25:03 +01:00
library.h add the library command for a bit of introspection 2020-02-16 21:23:10 +01:00
load.h symbols: add os and mpu constraints to symbol tables 2020-06-13 11:23:46 +02:00
log.h define a library abstraction and logging helpers 2020-01-26 12:48:39 +01:00
memory.h implement more of the meat of the tool 2019-12-28 17:18:13 +01:00
os.h os: support fx-CG OS structures 2020-06-13 10:47:13 +02:00
semantics.h implement the syscall pass, and symbol resolution 2020-02-15 18:42:14 +01:00
symbols.h symbols: add os and mpu constraints to symbol tables 2020-06-13 11:23:46 +02:00
target.h symbols: add os and mpu constraints to symbol tables 2020-06-13 11:23:46 +02:00
util.h add disassembly from arbitrary file 2020-02-16 21:45:16 +01:00