From 5c80601d747e8d6ea70ddb4ea6907cda6b3a4e22 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Sat, 15 Mar 2025 13:43:12 +0100 Subject: [PATCH] uxntal: Fix comment about what exactly is printed #30 (hex) = 48 (dec) = "0", so that's where the loop starts. --- uxntal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uxntal.md b/uxntal.md index f6378426..f55fd8db 100644 --- a/uxntal.md +++ b/uxntal.md @@ -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