mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-27 15:30:33 +00:00
cstest: add issue #1454
This commit is contained in:
parent
77abf6a211
commit
071a970e8f
@ -2,6 +2,10 @@
|
||||
!# CS_ARCH_X86, CS_MODE_32, None
|
||||
0x62,0x00 == bound eax, qword ptr [eax]
|
||||
|
||||
!# issue 1454
|
||||
!# CS_ARCH_X86, CS_MODE_32, CS_OPT_DETAIL
|
||||
0xf0,0x0f,0xb1,0x1e == lock cmpxchg dword ptr [esi], ebx ; Registers read: eax esi ebx
|
||||
|
||||
!# issue 1452
|
||||
!# CS_ARCH_ARM64, CS_MODE_LITTLE_ENDIAN, CS_OPT_DETAIL
|
||||
0x20,0x3c,0x0c,0x0e == mov w0, v1.s[1] ; Vector Arrangement Specifier: 0xb
|
||||
|
Loading…
Reference in New Issue
Block a user