return, reserve, align

This commit is contained in:
pommicket 2021-11-13 14:13:16 -05:00
parent 147fb9ccca
commit 2507f4b196
3 changed files with 150 additions and 4 deletions

View file

@ -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
;;;;;;;;;;;;;;;;;;;;;;;*-
;;;;;;;;;;;;;;;;;;;;;;;/-
;;;;;;;;;;;;;;;;;;;;;;;*+