mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
9 lines
250 B
Text
9 lines
250 B
Text
# This module defines Microchip PIC-24.
|
|
|
|
# Based on "Microchip 16-bit MCU and DSC Programmer's Reference Manual (c)2005-2011 (i.e. PIC24_InstructionSet.pdf)
|
|
|
|
define endian=little; # little endian only
|
|
|
|
@define PIC24E "1"
|
|
|
|
@include "PIC24.sinc"
|