# Written by Steve Checkoway .data bottle: .asciiz " bottle" ending: .asciiz "s" beer: .asciiz " of beer" wall: .asciiz " on the wall.\n" take: .asciiz ".\nTake one down, pass it around,\n" zero: .asciiz "No more bottles of beer on the wall.\n" nl: .asciiz "\n" .text .globl main main: li $t0, 99 li $t1, 1 top: li $t2, 1 again: li $t3, 1 repeat: li $v0, 1 move