mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
9 lines
252 B
Text
9 lines
252 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 dsPIC33E "1"
|
|
|
|
@include "PIC24.sinc"
|