.globl CountBs # make procedure name global for linking .data # declarations of any globals needed by CountBs go here .text ######################################################################## CountBs: # implementation of CountBs follows: . . . # return to caller jr $ra