🐛 Fixes comma in string behavior

This commit is contained in:
Daniel Svitan 2025-05-07 23:04:33 +02:00
parent 07efe2b0ea
commit 8316a589f1

View File

@ -101,7 +101,7 @@ _start:
mov r15, ACTION_BACK_TO_COMMA
jmp print_char
case_comma_back:
mov al, [escape_next]
mov al, [in_string]
cmp al, 0
je ln_start
jmp loop