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
Copy file name to clipboardexpand all lines: Theory/linux-theory-3.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,7 @@ If we look at the assembly output:
190
190
400525: 4801 d0 add %rdx,%rax
191
191
```
192
192
193
-
we will see that the `%rdx` register is overwritten with `0x64` or `100` and the result will be `110` instead of `10`. Now if we add the `%rdx` register to the list of `clobbered` registers:
193
+
we will see that the `%rdx` register is overwritten with `0x64` or `100` and the result will be `110` instead of `15`. Now if we add the `%rdx` register to the list of `clobbered` registers:
0 commit comments