mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
11 lines
249 B
Plaintext
11 lines
249 B
Plaintext
# SLA specification file for MIPS32 little endian
|
|
|
|
@define ENDIAN "little"
|
|
@define FREGSIZE "8"
|
|
@define ISA_VARIANT ""
|
|
|
|
@include "mips.sinc"
|
|
@include "mips32Instructions.sinc"
|
|
@include "mips16.sinc"
|
|
@include "mipsmicro.sinc"
|
|
@include "mips_dsp.sinc" |