aboutsummaryrefslogtreecommitdiffstats
path: root/capstone/suite/MC/Mips/hilo-addressing.s.cs
diff options
context:
space:
mode:
Diffstat (limited to 'capstone/suite/MC/Mips/hilo-addressing.s.cs')
-rw-r--r--capstone/suite/MC/Mips/hilo-addressing.s.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/capstone/suite/MC/Mips/hilo-addressing.s.cs b/capstone/suite/MC/Mips/hilo-addressing.s.cs
new file mode 100644
index 000000000..2d99128b6
--- /dev/null
+++ b/capstone/suite/MC/Mips/hilo-addressing.s.cs
@@ -0,0 +1,4 @@
+# CS_ARCH_MIPS, CS_MODE_MIPS32+CS_MODE_BIG_ENDIAN, None
+// 0x3c,0x04,0xde,0xae = lui $a0, %hi(addr)
+0x03,0xe0,0x00,0x08 = jr $ra
+// 0x80,0x82,0xbe,0xef = lb $v0, %lo(addr)($a0)