I don't have IDA Pro but I am trying to use the defs in mn101e.cmdset to run some static disassembly myself (so forgive me if my question is ignorant of something IDA does). I notice that there are quite a few commands missing their immediate data, IE
ADD, IMM8, >D_DST, 0000 10Dm
should probably be
ADD, IMM8, >D_DST, 0000 10Dm <d8. ...>
I also notice
MOVW, IMM8, +REG_SP, >A_DST, 0010 1110 010a #<d8. ...> *3
Which seems to have a footnote marker at the end.
Was this ever brought to completion? If not I'll submit a PR when/if I get though it.
Thanks!
I don't have IDA Pro but I am trying to use the defs in
mn101e.cmdsetto run some static disassembly myself (so forgive me if my question is ignorant of something IDA does). I notice that there are quite a few commands missing their immediate data, IEADD, IMM8, >D_DST, 0000 10Dmshould probably be
ADD, IMM8, >D_DST, 0000 10Dm <d8. ...>I also notice
MOVW, IMM8, +REG_SP, >A_DST, 0010 1110 010a #<d8. ...> *3Which seems to have a footnote marker at the end.
Was this ever brought to completion? If not I'll submit a PR when/if I get though it.
Thanks!