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 don't know enough about x86 instruction encoding, but the assembler accepts syntax like MOVL foo<>(SB)(AX), AX but it is assembled identically to MOVL foo<>(SB), AX. It seems to me that either it should assemble to something different (not sure what, especially on amd64) or cause an error.
The text was updated successfully, but these errors were encountered:
I don't know enough about x86 instruction encoding, but the assembler accepts syntax like MOVL foo<>(SB)(AX), AX but it is assembled identically to MOVL foo<>(SB), AX. It seems to me that either it should assemble to something different (not sure what, especially on amd64) or cause an error.
The text was updated successfully, but these errors were encountered: