uxntal: Fix comment about what exactly is printed

#30 (hex) = 48 (dec) = "0", so that's where the loop starts.
This commit is contained in:
Jan-Erik Rediger 2025-03-15 13:43:12 +01:00 committed by GitHub
parent f3f4d310c8
commit 5c80601d74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -134,7 +134,7 @@ POP2 ( pop a short )
#3a #30
@loop
DUP EMIT ( print "123456789" to console )
DUP EMIT ( print "0123456789" to console )
INC GTHk ,loop JCN
POP2