fxos/lib/passes
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
..
cfg.cpp support non-decoded instructions 2020-02-29 16:32:25 +01:00
pcrel.cpp support non-decoded instructions 2020-02-29 16:32:25 +01:00
print.cpp symbols: add os and mpu constraints to symbol tables 2020-06-13 11:23:46 +02:00
syscall.cpp support non-decoded instructions 2020-02-29 16:32:25 +01:00