# fred.mips - Subroutine # for linking example. .globl fred fred: llo $5, x lhi $5, x lw $1, 0($5) llo $5, y lhi $5, y lw $2, 0($5) jr $31