Apress / low-level-programming

Source code for 'Low-Level Programming' by Igor Zhirkov
http://www.apress.com/9781484224021
Other
768 stars 200 forks source link

Fix typo in sar example snippet. #79

Open jwbowen opened 5 years ago

jwbowen commented 5 years ago

In the second code snippet of the answer 'shr rax, 4' was written, when it should be 'sar rax, 4'.