fxos/include/fxos/disasm-passes
Lephenixnoir 4d9edecad9
start with the analysis passes
-> The cfg pass loads the function into memory, annotates leaders and
   jumps, and resolves delay slots.
-> The pcrel pass currently computes locations for pc-relative moves and
   jumps, but does not yet compute the pc-relative moved data.
-> The print pass displays the results of analysis with various layout
   and formatting options.
2020-02-12 07:53:00 +01:00
..
cfg.h start with the analysis passes 2020-02-12 07:53:00 +01:00
pcrel.h start with the analysis passes 2020-02-12 07:53:00 +01:00
print.h start with the analysis passes 2020-02-12 07:53:00 +01:00