mkst / maspsx

MIT License
5 stars 4 forks source link

Missing nop between lw/lw #30

Closed mkst closed 1 year ago

mkst commented 1 year ago

This scratch has a couple of issues (and i'll create a couple of Issues!)

https://decomp.me/scratch/bDeEl

First issue is that we are missing a nop before the lw from $s3

image

Edit:

This is due to it being a macro:

 #APP
    lw  $12, 0( $19 );lw    $13, 4( $19 );ctc2  $12, $0;ctc2    $13, $1;lw  $12, 8( $19 );lw    $13, 12( $19 );lw   $14, 16( $19 );ctc2 $12, $2;ctc2    $13, $3;ctc2    $14, $4
 #NO_APP
mkst commented 1 year ago

Closed via #33.