fix bug with move-to-col

This commit is contained in:
~d6 2023-02-02 22:18:58 -05:00
parent 95e9b30810
commit 9287631556
1 changed files with 2 additions and 2 deletions

View File

@ -568,7 +568,7 @@
@exec-move-col ( c^ -> )
POP
.cur-y LDZ2 ( row )
#0001 read-arg-2 dec-floor ( col )
#0001 read-arg-1 dec-floor ( col )
goto BRK
@exec-move ( c^ -> )