start stage 3--hex digit to number

This commit is contained in:
pommicket 2021-11-10 21:22:25 -05:00
parent 15a4be17e3
commit ea6989a71a
3 changed files with 132 additions and 0 deletions

9
03/in03 Normal file
View file

@ -0,0 +1,9 @@
J=d0
A=d60
syscall
:label
B+=J
B<<=9
B-=J
J?<B-label