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:
11
thirdparty/capstone/suite/MC/Sparc/sparc-ctrl-instructions.s.cs
vendored
Normal file
11
thirdparty/capstone/suite/MC/Sparc/sparc-ctrl-instructions.s.cs
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# CS_ARCH_SPARC, CS_MODE_BIG_ENDIAN, None
|
||||
0x9f,0xc0,0x40,0x1a = call %g1+%i2
|
||||
0x9f,0xc2,0x60,0x08 = call %o1+8
|
||||
0x9f,0xc0,0x60,0x00 = call %g1
|
||||
0x81,0xc0,0x40,0x1a = jmp %g1+%i2
|
||||
0x81,0xc2,0x60,0x08 = jmp %o1+8
|
||||
0x81,0xc0,0x60,0x00 = jmp %g1
|
||||
0x85,0xc0,0x40,0x1a = jmpl %g1+%i2, %g2
|
||||
0x85,0xc2,0x60,0x08 = jmpl %o1+8, %g2
|
||||
0x85,0xc0,0x60,0x00 = jmpl %g1, %g2
|
||||
0x81,0xcf,0xe0,0x08 = rett %i7+8
|
Reference in New Issue
Block a user