donno/dlx

Improve the psusdeo instruction defintions.

Opened this issue · 0 comments

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.