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