Currently pseudo instruction are implemented as their own instruction. This is less than ideal as it after parsing it should really be treated as the real instruction.
This could be done with a Pseudo Defintion class and possibly handling in the instruction parsing for converting pseudo instructions to the appropriate instruction.
Currently pseudo instruction are implemented as their own instruction. This is less than ideal as it after parsing it should really be treated as the real instruction.
This could be done with a Pseudo Defintion class and possibly handling in the instruction parsing for converting pseudo instructions to the appropriate instruction.