mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-26 23:13:54 +00:00
Initial Commit
This commit is contained in:
9
thirdparty/capstone/suite/MC/Mips/micromips-loadstore-instructions.s.cs
vendored
Normal file
9
thirdparty/capstone/suite/MC/Mips/micromips-loadstore-instructions.s.cs
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# CS_ARCH_MIPS, CS_MODE_MIPS32+CS_MODE_MICRO, None
|
||||
0xa4,0x1c,0x08,0x00 = lb $a1, 8($a0)
|
||||
0xc4,0x14,0x08,0x00 = lbu $a2, 8($a0)
|
||||
0x44,0x3c,0x08,0x00 = lh $v0, 8($a0)
|
||||
0x82,0x34,0x08,0x00 = lhu $a0, 8($v0)
|
||||
0xc5,0xfc,0x04,0x00 = lw $a2, 4($a1)
|
||||
0xa4,0x18,0x08,0x00 = sb $a1, 8($a0)
|
||||
0x44,0x38,0x08,0x00 = sh $v0, 8($a0)
|
||||
0xa6,0xf8,0x04,0x00 = sw $a1, 4($a2)
|
Reference in New Issue
Block a user