From 954cc4338e01a14245cd8686a475d05ddb0a41f5 Mon Sep 17 00:00:00 2001 From: Simon Fortier Date: Mon, 13 Nov 2017 16:32:13 -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 fc65193..703b4ef 100644 --- a/Instruction-Set.md +++ b/Instruction-Set.md @@ -32,7 +32,7 @@ | **SUB** *destination*, *source* | *mem/reg*, *mem/reg/imm* | 0x03 |`X X X X -` | | **TEST** *destination*, *source* | *mem/reg*, *mem/reg/imm* | 0x0B |`0 X X 0 -` | | **XCHG** *destination*, *source* | *mem/reg*, *mem/reg* | 0x1F |`- - - - -` | -| **XOR** *destination*, *source* | *mem/reg*, *mem/reg/imm* | 0x05 |`0 X X 0 -` | +| **XOR** *destination*, *source* | *mem/reg*, *mem/reg/imm* | 0x26 |`0 X X 0 -` | *NEG instruction: CF is set to 0 if destination=0