From: hackbard Date: Thu, 15 May 2003 20:28:18 +0000 (+0000) Subject: - X-Git-Url: https://hackdaworld.org/gitweb/?p=info3%2Fasm.git;a=commitdiff_plain;h=3c846fb4cbfab412edd991a9379305ac3c34083b - --- diff --git a/loesung4-2.s b/loesung4-2.s index 10607e1..ab8c466 100644 --- a/loesung4-2.s +++ b/loesung4-2.s @@ -19,9 +19,6 @@ loop: addi r2,r2,1 add r3,r0,r1 mult r6,r2,r2 -j check - -check: beqz r3,end beqz r6,loop subi r6,r6,1