A SLEIGH processor spec for Ghidra for the Motorola 68HC11 (HC11) microcontroller family.
This repository should be placed within the Ghidra install as the folder Ghidra/Processors/HC11
, such that Ghidra/Processors/HC11/data
is the path to the data
folder. Ghidra should automatically add it to the available processor list on its next start, and compile the files when it is first used.
Created based on the M68HC11 Reference Manual (M68HC11RM/D Rev. 6.1
) which can be found here.
- The already existing HCS08 and HCS12 processor specifications in ghidra, which this is based on.
- @Pokechu22 for the installation instructions I copied from ghidra-gcdsp-lang.