ghidra/Ghidra/Processors/Sparc/data/languages/SparcV9.pspec
ghidorahrex 9fb4dc4459 GT-3202: Sparc sleigh changes
- General sleigh formatting changes
- Corrected floating point register ordering
- Made decompiler happy with save/restore functions
- Fixed decompiler issues with ldd (but not std yet)
- Corrected issue with delay slot conditional goto inst_next
instructions
- Corrected register references in fito- and fxto- instructions.
2019-10-04 13:13:25 -04:00

21 lines
629 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<processor_spec>
<properties>
<property key="addressesDoNotAppearDirectlyInCode" value="true"/>
<property key="assemblyRating:sparc:BE:32:default" value="PLATINUM"/>
<property key="assemblyRating:sparc:BE:64:default" value="PLATINUM"/>
</properties>
<context_data>
<tracked_set space="ram">
<set name="didrestore" val="0"/>
<set name="DECOMPILE_MODE" val="1"/>
</tracked_set>
</context_data>
<default_symbols>
<symbol name="Reset" address="ram:0x0" entry="true"/>
</default_symbols>
<programcounter register="PC"/>
</processor_spec>