Updated Instruction Set (markdown)

Simon Fortier 2017-11-11 16:35:21 -05:00
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 |`- - - - -` |