summaryrefslogtreecommitdiff
path: root/03/ex03
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2021-11-13 14:13:16 -0500
committerpommicket <pommicket@gmail.com>2021-11-13 14:13:16 -0500
commit2507f4b19677e73521e1f03b3a915e1d0c5fcee1 (patch)
tree8f4072b3ed7b4dd0fd088794cfa2a545cdaffcc0 /03/ex03
parent147fb9ccca4593209349b7c6c41ddeca17678464 (diff)
return, reserve, align
Diffstat (limited to '03/ex03')
-rw-r--r--03/ex038
1 files changed, 4 insertions, 4 deletions
diff --git a/03/ex03 b/03/ex03
index 90ab070..2301b33 100644
--- a/03/ex03
+++ b/03/ex03
@@ -16,12 +16,12 @@ x4b
:label
1B=C
; :l ba b
-;J=d0
+J=d0
A=d60
syscall x3c
-;;;;;;;;;;;;;;;;;;;;;;;align
+align
:label
-;;;;;;;;;;;;;;;;;;;;;;;reserve d1000
+reserve d1000
B+=J
B<=d9
B-=J
@@ -30,7 +30,7 @@ B-=J
?A>B:label
A=:label
x3c
-;;;;;;;;;;;;;;;;;;;;;;;return
+return
;;;;;;;;;;;;;;;;;;;;;;;*-
;;;;;;;;;;;;;;;;;;;;;;;/-
;;;;;;;;;;;;;;;;;;;;;;;*+