mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00

- 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.
21 lines
629 B
XML
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>
|