mirror of
https://github.com/icicle-emu/icicle-python
synced 2026-06-21 13:53:41 +00:00
11 lines
259 B
Plaintext
11 lines
259 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" |