Move implementation of `run_asm_instruction()` from mia.py to processor.py
The code looks general enough to be in the general processor class as long as is_new_instruction()
is implemented in subclasses.
The code looks general enough to be in the general processor class as long as is_new_instruction()
is implemented in subclasses.