PFLASH:80170042 st32.b [a2](unk_D00024C3 - 0xD00024C0), d15
I've go through the tircore manual "tc_v131_instructionset_v138" but dont find the meaning of "[a2](unk_D00024C3 - 0xD00024C0)", would anyone like to give a hint?
Since just now I came to this, if somebody else would need this in the future, this is how I explained it to myself:
This is the array of zwcalcar.
If zwcalcar_0=0xD00024C0, then zwcalcar_1=0xD00024C1, zwcalcar_2=0xD00024C2, zwcalcar_3=D00024C3.
The parenthesys (unk_D00024C3-unk_D00024C0)=0x3, means the 3rd byte of the array, after zwcalcar_0, i.e. zwcalcar_3.
It is like writing st32.b [a2]0x3, d15, depending on the version of the disassembler one might use.