Skip to content

Commit

Permalink
Add back e200 language def
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Jun 14, 2024
1 parent e8a36ba commit bb2243d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pypcode/processors/PowerPC/data/languages/ppc.ldefs
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,22 @@
<external_name tool="IDA-PRO" name="ppcl"/>
<external_name tool="DWARF.register.mapping.file" name="ppc.dwarf"/>
</language>
<language processor="PowerPC"
endian="big"
size="32"
variant="PowerPC-e200"
version="1.5"
slafile="ppc_32_e200.sla"
processorspec="ppc_32_e200.pspec"
manualindexfile="../manuals/PowerPC.idx"
id="PowerPC:BE:32:e200">
<description>Power ISA e200 32-bit big-endian embedded core w/VLE</description>
<truncate_space space="ram" size="4"/>
<compiler name="default" spec="ppc_32_e200.cspec" id="default"/>
<external_name tool="gnu" name="powerpc:e200"/>
<external_name tool="IDA-PRO" name="ppc"/>
<external_name tool="DWARF.register.mapping.file" name="ppc.dwarf"/>
</language>
<language processor="PowerPC"
endian="big"
size="32"
Expand Down

0 comments on commit bb2243d

Please sign in to comment.