From 176dba614fa093daeaa81d20a402c30f5a5ea018 Mon Sep 17 00:00:00 2001 From: hackbard Date: Thu, 15 May 2003 23:14:57 +0000 Subject: [PATCH] kommentare eingefuegt --- loesung4-1.s | 3 +++ loesung4-2.new.s | 2 ++ loesung4-2.s | 3 +++ 3 files changed, 8 insertions(+) diff --git a/loesung4-1.s b/loesung4-1.s index 1387f63..43cb758 100644 --- a/loesung4-1.s +++ b/loesung4-1.s @@ -1,6 +1,9 @@ ; blatt 4 ; aufgabe 1 +; viel spass beim nachvollziehen ;) +; aber hier laeufts! + .text addi r20,r0,0x20 ; wir brauchen mal 32 fuer ne mult addi r21,r0,4 ; ebenso die 4 diff --git a/loesung4-2.new.s b/loesung4-2.new.s index e77dcc7..9b14f29 100644 --- a/loesung4-2.new.s +++ b/loesung4-2.new.s @@ -1,6 +1,8 @@ ; blatt 4 ; aufgabe 2 +; hier also nun mit intervallschachtelung + .data text: .asciiz "input: " .align 2 diff --git a/loesung4-2.s b/loesung4-2.s index ab8c466..d467535 100644 --- a/loesung4-2.s +++ b/loesung4-2.s @@ -1,6 +1,9 @@ ; blatt 4 ; aufgabe 2 +; hier mach ich nicht wirklich intervallschachtelung. +; daher folgt das mit intervallschachtelung gleich im anschluss. + .data text: .asciiz "input: " .align 2 -- 2.20.1