mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-23 21:49:46 +00:00
cstest: add RCR issue to issues.cs
This commit is contained in:
parent
80376bd368
commit
a16c74a14b
@ -1,3 +1,11 @@
|
||||
!# issue 1456
|
||||
!# CS_ARCH_X86, CS_MODE_32, None
|
||||
0xd1,0x5e,0x48 == rcr dword ptr [esi + 0x48], 1
|
||||
|
||||
!# issue 1456
|
||||
!# CS_ARCH_X86, CS_MODE_32, CS_OPT_SYNTAX_ATT
|
||||
0xd1,0x5e,0x48 == rcrl $1, 0x48(%esi)
|
||||
|
||||
!# issue 1456
|
||||
!# CS_ARCH_X86, CS_MODE_32, None
|
||||
0x62,0x00 == bound eax, qword ptr [eax]
|
||||
|
Loading…
Reference in New Issue
Block a user