6 Commits
Author SHA1 Message Date
Sebastian Schmidt 687950dcd4 Fix MOVI.N immediate calculation
Reported by @edi1 in #1, thanks!
2019-12-30 17:32:41 +01:00
Sebastian Schmidt 760c816dbd Add opinion file for ELF and titlecase the processor name 2019-06-26 16:28:50 +02:00
Sebastian Schmidt 732995d76b Add DWARF register mappings, but leave them commented out.
With them, Ghidra contains about an invalid “scope” attribute in the
PCode XML(?) for some functions. I haven’t yet found a better source for
the DWARF layout than binutils. :(
2019-06-23 12:00:32 +02:00
Sebastian Schmidt 10c070465a Fix JX’s target.
Jump to where the register is pointing in RAM, not to the register.
2019-06-23 11:16:11 +02:00
Sebastian Schmidt 525579b938 Fix compiler spec
Only a1 and a12-a15 are callee-saved. Also, a2 up to a5 can be used for
return values.
2019-06-22 22:04:43 +02:00
Sebastian Schmidt 9e34a2b211 Initial commit 2019-06-22 15:04:45 +02:00