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
chapter 4, you refer to the EFLAGS
register, which should be RFLAGS (or %rflags) in x86-64. It's a bit of
a moot point since EFLAGS is still there, but I think it's confusing as
written.