simon987 / Much-Assembly-Required

Assembly programming game
https://muchassemblyrequired.com
GNU General Public License v3.0
924 stars 88 forks source link

Added Inc and Dec Instructions #117

Closed ChartreuseK closed 6 years ago

ChartreuseK commented 6 years ago

As per https://github.com/simon987/Much-Assembly-Required/issues/26 Opcode assignments are different than that issue request due to 0x29 (41) being taken by the currently undocumented (on the wiki) SAR instruction. INC is now 0x2A (42) and DEC is now 0x2B (43)