diff options
author | pommicket <pommicket@gmail.com> | 2021-11-10 21:22:25 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2021-11-10 21:22:25 -0500 |
commit | ea6989a71a221ed7a2cf144f7968fbbec2cec193 (patch) | |
tree | 77e1a4690d9a83e08e47c0bf1dc7f1270f9ac868 /03/in03 | |
parent | 15a4be17e331475d3237a55d0cde5f0da3f91a9f (diff) |
start stage 3--hex digit to number
Diffstat (limited to '03/in03')
-rw-r--r-- | 03/in03 | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +J=d0 +A=d60 +syscall +:label +B+=J +B<<=9 +B-=J +J?<B-label + |