Instructions that logically take only 1 argument don't make sense, such as INC/DEC, and some potential ones like NEG, NOT, CLR. Except for MOV.
Instructions that logically take only 1 argument don't make sense, such as INC/DEC, and some potential ones like NEG, NOT, CLR. Except for MOV.
Note that mov is considered one of the arithmetic opcodes (it's similar in structure to e.g. neg, just does nothing)
Note that mov is considered one of the arithmetic opcodes (it's similar in structure to e.g. neg, just does nothing)