diff --git a/Instruction-Set.md b/Instruction-Set.md index b78ef88..983500b 100644 --- a/Instruction-Set.md +++ b/Instruction-Set.md @@ -41,7 +41,7 @@ | [**SHR**](#shr) *destination*, *count* | *mem/reg*, *mem/reg/imm* | 0x07 |`X - - X -` | | [**SUB**](#sub) *destination*, *source* | *mem/reg*, *mem/reg/imm* | 0x03 |`X X X X -` | | [**TEST**](#test) *destination*, *source* | *mem/reg*, *mem/reg/imm* | 0x0B |`0 X X 0 -` | -| [**XCHG**](#cxhg) *destination*, *source* | *mem/reg*, *mem/reg* | 0x1F |`- - - - -` | +| [**XCHG**](#xchg) *destination*, *source* | *mem/reg*, *mem/reg* | 0x1F |`- - - - -` | | [**XOR**](#xor) *destination*, *source* | *mem/reg*, *mem/reg/imm* | 0x26 |`0 X X 0 -` | ***