SP1881 ICODER - Instruction Decoder

Description

Mathews uses a brand new 16-bit instruction processor. (Yeah i am being sarcastic!). It has one register (say R) and it supports two instructions: - ADD X; Impact: R = (R + X) mod 65536 - MUL X; Impact: R = (R \* X) mod 65536 - \[For both instructions 0

Input Format

N/A

Output Format

N/A