Fix comment

This commit is contained in:
~d6 2024-09-17 22:46:25 -04:00
parent f8c728d331
commit 7b75c65087
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
( print up to `len` bytes from string. stops on NUL. )
@lprint ( s* len* -> )
OVR2 ADD2 SWP2 ( limit* s* )
&loop LDAk ?{ !&done } ( limit* s*)
&loop LDAk ?{ !&done } ( limit* s* )
LDAk #18 DEO INC2 GTH2k ?&loop ( limit* s+1* )
&done POP2 POP2 JMP2r ( )