From 081907c06afffd6b9c9ac554013040fbbeff7201 Mon Sep 17 00:00:00 2001 From: Drew Rogge Date: Tue, 2 Jan 2018 19:24:24 -0800 Subject: [PATCH] psuedo code for xchg was wrong --- Instruction-Set.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instruction-Set.md b/Instruction-Set.md index 1a87550..b78ef88 100644 --- a/Instruction-Set.md +++ b/Instruction-Set.md @@ -601,7 +601,7 @@ dest = ~dest ```py temp = destination destination = source -source = destination +source = temp ``` ### ROR