mkst / maspsx

MIT License
5 stars 4 forks source link

Missing macro nops #67

Closed mkst closed 8 months ago

mkst commented 8 months ago

image

This is a 2-4-1.

1st nop is missing because the lw,lw,swc2...etc is a macro, and maspsx expects the mnemonic and registers to be separated by a single tab, but here it is separated by spaces.

2nd nop is missing because we don't know that swc2 is a store mnemonic.