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
temp = destination
destination = source
source = destination
source = temp
```
### ROR