mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-19 18:46:43 +00:00
another typo
parent
081907c06a
commit
e31d32dfb2
@ -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 -` |
|
||||
|
||||
***
|
||||
|
Loading…
x
Reference in New Issue
Block a user