BSR - Branch to Subroutine ;flags()
BSR rel ;PC <= PC + 2 ;Advance PC to return address
;Push PCL ;Push low half of return address
;SP <= SP - 1 ;
;Push PCH ;Push high half of return address
;SP <= SP - 1 ;
;PC <= PC + rel ;Load PC with subroutine address