mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-23 13:39:46 +00:00
cstest: add issue 1505
This commit is contained in:
parent
9785281f7d
commit
550a598058
@ -1,3 +1,7 @@
|
||||
!# issue 1505 opcode 0f
|
||||
!# CS_ARCH_X86, CS_MODE_64, CS_OPT_DETAIL
|
||||
0x0f,0xa5,0xc2 == shld edx, eax, cl ; Opcode:0x0f 0xa5 0x00 0x00
|
||||
|
||||
!# issue 1478 tbegin.
|
||||
!# CS_ARCH_PPC, CS_MODE_64 | CS_MODE_BIG_ENDIAN, CS_OPT_DETAIL
|
||||
0x7c,0x20,0x05,0x1d == tbegin. 1 ; Update-CR0: True
|
||||
|
Loading…
Reference in New Issue
Block a user