low-level-programming icon indicating copy to clipboard operation
low-level-programming copied to clipboard

Fix typo in sar example snippet.

Open jwbowen opened this issue 6 years ago • 0 comments

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

jwbowen avatar Jul 08 '19 03:07 jwbowen