Closed mkst closed 8 months ago
This scratch emits a label, $Le1:, which is not considered a label by maspsx, and therefore we are not inserting a nop between the lw and the move:
$Le1:,
nop
lw
move
lw $16,16($2) $L2: # need a nop here .loc 2 17 $Le1: .bend $Le1 14 move $2,$16
This scratch emits a label,
$Le1:,
which is not considered a label by maspsx, and therefore we are not inserting anop
between thelw
and themove
: