mkst / maspsx

MIT License
5 stars 4 forks source link

Missing nop between sll/rem after mflo #103

Closed mkst closed 2 months ago

mkst commented 2 months ago

This scratch is missing a nop with maspsx. maspsx is not ensuring there are 2 instructions between mflo/mfhi and rem/remu (it is only checking for div/divu/mut/multu).

image