Closed mkst closed 4 months ago
If we add --expand-move functionality to maspsx, we can remove the move/addu macro from macro.inc:
--expand-move
.macro move a, b addu \a, \b, $zero .endm
Will likely need to do all the same stuff done when expanding li.
li
If we add
--expand-move
functionality to maspsx, we can remove the move/addu macro from macro.inc:Will likely need to do all the same stuff done when expanding
li
.