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
Instructions that take immediate values should check that values are in range. Some instructions, e.g. Cmp can only take 32-bit immediate, and will silently do something unexpected if you use a 64-bit immediate.