mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-19 02:36:41 +00:00
psuedo code for xchg was wrong
parent
30b3228746
commit
081907c06a
@ -601,7 +601,7 @@ dest = ~dest
|
||||
```py
|
||||
temp = destination
|
||||
destination = source
|
||||
source = destination
|
||||
source = temp
|
||||
```
|
||||
|
||||
### ROR
|
||||
|
Loading…
x
Reference in New Issue
Block a user