# Berechne Summe # 1 + 2 + ... + $s1 # bewusst umständlich !! # .text .globl main main: sub $s0, $s0, $s0 nochmal: blt $s1, $zero, ende add $s0, $s0, $s1 addi $s1, $s1, -1 j nochmal ende: