Skip to content

Commit

Permalink
Corrected PIC24 non-critical property key
Browse files Browse the repository at this point in the history
  • Loading branch information
ghidra1 committed Mar 27, 2020
1 parent 0164286 commit 7c8d425
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Ghidra/Processors/PIC/data/languages/PIC24.pspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<processor_spec>
<properties>
<property key="assemblyRating:dsPIC30F:LE:24:default" value="POOR"/>
<property key="assemblyMessage:dsPICdsPIC30F:LE:24:default" value="The language tested with a rating of POOR; however, the failures all deal with extraneous instructions. The assembler may offer you several options. At least one of them will be correct, but others may be erroneous."/>
<property key="assemblyMessage:dsPIC30F:LE:24:default"
value="The language tested with a rating of POOR; however, the failures all deal with extraneous instructions. The assembler may offer you several options. At least one of them will be correct, but others may be erroneous."/>
</properties>
<programcounter register="PC"/>
<data_space space="ram"/>
Expand Down

0 comments on commit 7c8d425

Please sign in to comment.