diff options
Diffstat (limited to 'prolog.yaml')
-rw-r--r-- | prolog.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/prolog.yaml b/prolog.yaml new file mode 100644 index 0000000..ce7200d --- /dev/null +++ b/prolog.yaml @@ -0,0 +1,9 @@ +--- +source_files: [../src/prolog.S] +hooks: + - name: Prolog + type: branch_insn + branch_type: b + src_addr_pal: 0x8015BC70 + target_func: 'Prolog' + |