Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings. (bloaty 依赖)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
511 B

# CS_ARCH_MIPS, CS_MODE_MIPS32+CS_MODE_MICRO, None
// 0x28,0x01,0x3c,0x00 = teq $t0, $t1
// 0x28,0x01,0x3c,0x02 = tge $t0, $t1
// 0x28,0x01,0x3c,0x04 = tgeu $t0, $t1
// 0x28,0x01,0x3c,0x08 = tlt $t0, $t1
// 0x28,0x01,0x3c,0x0a = tltu $t0, $t1
// 0x28,0x01,0x3c,0x0c = tne $t0, $t1
0xc9,0x41,0x67,0x45 = teqi $t1, 17767
0x29,0x41,0x67,0x45 = tgei $t1, 17767
0x69,0x41,0x67,0x45 = tgeiu $t1, 17767
0x09,0x41,0x67,0x45 = tlti $t1, 17767
0x49,0x41,0x67,0x45 = tltiu $t1, 17767
0x89,0x41,0x67,0x45 = tnei $t1, 17767