psuedo code for xchg was wrong

Drew Rogge 2018-01-02 19:24:24 -08:00
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