1# Source file used to test microMIPS fixed-size branch delay slots. 2 3 .text 4 .set noreorder 5 .set noat 6foo: 7 jalrs $2 8 and $2,$3,$4 9 jalrs $2 10 swr $2,0($3) 11 jalrs $2 12 swl $2,0($3) 13 jalrs $2 14 mul $16,$18,$19 15 jalrs $2 16 sltu $17,$31,$0 17 jalrs $2 18 add $17,$0,$17 19 jalrs $2 20 sub $17,$17,$13 21