You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thx for the report. I will dig into this bug as soon as I can :)
jaihysc
changed the title
x86 rcl with memory, error vector subscript out of range
Incorrectly handled x86 instruction, rcl memory, immediate
Apr 13, 2024
These instructions cause a vector subscript out of range for all registers, I listed only
eax
andrax
rcl byte ptr [eax]
rcl byte ptr [rax]
rcl word ptr [eax]
rcl word ptr [rax]
rcl dword ptr [eax]
rcl dword ptr [rax]
rcl qword ptr [eax]
rcl qword ptr [rax]
The code used for testing
The text was updated successfully, but these errors were encountered: