mkst / maspsx

MIT License
5 stars 4 forks source link

Expand move into addu #66

Closed mkst closed 4 months ago

mkst commented 8 months ago

If we add --expand-move functionality to maspsx, we can remove the move/addu macro from macro.inc:

.macro move a, b
    addu \a, \b, $zero
.endm

Will likely need to do all the same stuff done when expanding li.