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
Is there a way to encode a pushw instruction in asmjit?
The pushw instruction is valid in long mode, and the sequence is 0x66 0x68 imm16. 0x66 is the prefix byte in that case; it is not REX.