summaryrefslogtreecommitdiff
path: root/03/in03
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2021-11-11 19:04:19 -0500
committerpommicket <pommicket@gmail.com>2021-11-11 19:04:19 -0500
commit8c7f2f4a58899c2412529018113ce1ec611bf027 (patch)
treec9c632d838a6a53cfd5482f66c42e998a27611c8 /03/in03
parenta8f48b329ae768c6cf8dfe676108851af99d5f60 (diff)
read decimal number
Diffstat (limited to '03/in03')
-rw-r--r--03/in035
1 files changed, 3 insertions, 2 deletions
diff --git a/03/in03 b/03/in03
index 1fef9b8..18ea547 100644
--- a/03/in03
+++ b/03/in03
@@ -2,10 +2,11 @@
;J=d0
A=d60
-syscall
+syscall x3c
+res d1000
:label
B+=J
-B<<=9
+B<<=d9
B-=J
J?<B:label