diff options
author | pommicket <pommicket@gmail.com> | 2021-11-13 14:13:16 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2021-11-13 14:13:16 -0500 |
commit | 2507f4b19677e73521e1f03b3a915e1d0c5fcee1 (patch) | |
tree | 8f4072b3ed7b4dd0fd088794cfa2a545cdaffcc0 /03/ex03 | |
parent | 147fb9ccca4593209349b7c6c41ddeca17678464 (diff) |
return, reserve, align
Diffstat (limited to '03/ex03')
-rw-r--r-- | 03/ex03 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 ;;;;;;;;;;;;;;;;;;;;;;;*- ;;;;;;;;;;;;;;;;;;;;;;;/- ;;;;;;;;;;;;;;;;;;;;;;;*+ |