mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-19 18:46:43 +00:00
Updated Instruction Set (markdown)
parent
8b148c3bb4
commit
bc5b422981
@ -19,10 +19,11 @@
|
||||
| **JNZ** *target* | *mem/reg/imm* | 0x0D |`- - - - -` |
|
||||
| **JZ** *target* | *mem/reg/imm* | 0x0E |`- - - - -` |
|
||||
| **MOV** *destination*, *source* | *mem/reg*, *mem/reg/imm* |0x01 |`- - - - -` |
|
||||
|
||||
| **MUL** *source* | *mem/reg/imm* | 0x17 |`X - - X -` |
|
||||
| **NEG** *destination* | *mem/reg* | 0x19 |`1 X X X -`* |
|
||||
| **NOP** | *None* | 0x3F |`- - - - -` |
|
||||
| **NOT** *destination* | *mem/reg* | TODO |`- - - - -` |
|
||||
| **NOT** *destination* | *mem/reg* | 0x1D |`- - - - -` |
|
||||
| **OR** *destination*, *source* | *mem/reg*, *mem/reg/imm* | 0x05 |`0 X X 0 -` |
|
||||
| **POP** *destination* | *mem/reg* | 0x14 |`- - - - -` |
|
||||
| **PUSH** *source* | *mem/reg/imm* | 0x13 |`- - - - -` |
|
||||
|
Loading…
x
Reference in New Issue
Block a user