mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-15 15:49:08 +00:00
psuedo code for xchg was wrong
@@ -601,7 +601,7 @@ dest = ~dest
|
||||
```py
|
||||
temp = destination
|
||||
destination = source
|
||||
source = destination
|
||||
source = temp
|
||||
```
|
||||
|
||||
### ROR
|
||||
|
||||
Reference in New Issue
Block a user