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
I have not the same result with a native CPU and MIASM (miasm==0.1.5.dev47) for the following instruction "5f 03 28 6a" interpreted by MIASM as bics wsp,w26,w8 and not bics wzr,w26,w8 (Zero Register)
From my understanding only register flag should be updated not WSP. Below the snippet to play again the bug
Hello,
I have not the same result with a native CPU and MIASM (miasm==0.1.5.dev47) for the following instruction "5f 03 28 6a" interpreted by MIASM as bics wsp,w26,w8 and not bics wzr,w26,w8 (Zero Register)
From my understanding only register flag should be updated not WSP. Below the snippet to play again the bug
I would be very grateful if anyone could correct the problem.
The text was updated successfully, but these errors were encountered: