Branch to Subroutine (bsr)

Syntax

bsr $d_reg, label

bsr label

Description

Branch to Subroutine branches unconditionally to the specified label and stores the return address in the destination register. If a destination register is not specified, register $ra ($26) is used.