Closed mkst closed 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
nop
lw
$s3
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
Closed via #33.
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 thelw
from$s3
Edit:
This is due to it being a macro: