I'm doing some reverse engineering of game code, and trying to make my life easier by manually building up a file of symbols (as per the specified ASCII symbol file format) containing significant code and data addresses that I can import into the Hatari debugger. However, I'm not quite getting the results I expect.
For example, I've created a symbols file with the following content and loaded it with the command "symbols symbols.txt":
Code: Select all
7657e T doneaaa
7c586 D apitstop
Code: Select all
doneaaa:
$0007657e : 4a79 0007 c586 tst.w $7c586
Am I misunderstanding what Hatari should be doing in this scenario? I've read that the "symbols" command can take "TEXT DATA BSS" parameters, but I'm not sure I understand what values I would specify or whether they would even be relevant in this instance.
Thanks.

