aboutsummaryrefslogtreecommitdiffstats
path: root/capstone/suite/MC/Mips/micromips-loadstore-instructions-EB.s.cs
diff options
context:
space:
mode:
Diffstat (limited to 'capstone/suite/MC/Mips/micromips-loadstore-instructions-EB.s.cs')
-rw-r--r--capstone/suite/MC/Mips/micromips-loadstore-instructions-EB.s.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/capstone/suite/MC/Mips/micromips-loadstore-instructions-EB.s.cs b/capstone/suite/MC/Mips/micromips-loadstore-instructions-EB.s.cs
new file mode 100644
index 000000000..57958f438
--- /dev/null
+++ b/capstone/suite/MC/Mips/micromips-loadstore-instructions-EB.s.cs
@@ -0,0 +1,9 @@
+# CS_ARCH_MIPS, CS_MODE_MIPS32+CS_MODE_MICRO+CS_MODE_BIG_ENDIAN, None
+0x1c,0xa4,0x00,0x08 = lb $a1, 8($a0)
+0x14,0xc4,0x00,0x08 = lbu $a2, 8($a0)
+0x3c,0x44,0x00,0x08 = lh $v0, 8($a0)
+0x34,0x82,0x00,0x08 = lhu $a0, 8($v0)
+0xfc,0xc5,0x00,0x04 = lw $a2, 4($a1)
+0x18,0xa4,0x00,0x08 = sb $a1, 8($a0)
+0x38,0x44,0x00,0x08 = sh $v0, 8($a0)
+0xf8,0xa6,0x00,0x04 = sw $a1, 4($a2)