Rizin
unix-like reverse engineering framework and cli tools
micromips-loadstore-instructions.s.cs
Go to the documentation of this file.
1 # CS_ARCH_MIPS, CS_MODE_MIPS32+CS_MODE_MICRO, None
2 0xa4,0x1c,0x08,0x00 = lb $5, 8($4)
3 0xc4,0x14,0x08,0x00 = lbu $6, 8($4)
4 0x44,0x3c,0x08,0x00 = lh $2, 8($4)
5 0x82,0x34,0x08,0x00 = lhu $4, 8($2)
6 0xc5,0xfc,0x04,0x00 = lw $6, 4($5)
7 0xa4,0x18,0x08,0x00 = sb $5, 8($4)
8 0x44,0x38,0x08,0x00 = sh $2, 8($4)
9 0xa6,0xf8,0x04,0x00 = sw $5, 4($6)
static SblHeader sb
Definition: bin_mbn.c:26