mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-20 19:16:43 +00:00
Updated Instruction Set (markdown)
parent
44c6de4b42
commit
954cc4338e
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user