From b3b40a7f4655129f52102bc8f4e8bae6d6cc554c Mon Sep 17 00:00:00 2001 From: Ryan Durk Date: Fri, 5 Jan 2018 11:20:32 -0500 Subject: [PATCH] Updated Instruction Set (markdown) --- Instruction-Set.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instruction-Set.md b/Instruction-Set.md index 983500b..f083a61 100644 --- a/Instruction-Set.md +++ b/Instruction-Set.md @@ -119,7 +119,7 @@ destination = source ### Pseudo code ```py -result = destination + source +destination = destination + source ``` ### SUB