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