Blame | Last modification | View Log | Download
# file opened: parentheses_parsing.asm1 0000 ; during working on advent-of-code 2020 as sjasmplus scripts, I have run into2 0000 ; insufficient syntax error reporting3 00004 0000 ; AFTER FIX: the while is not executed even once, only syntax error is reported5 00006 0000 DEVICE ZXSPECTRUMNEXT7 0000 counter = 18 0000 WHILE (counter < 2)) || (counter < 4)parentheses_parsing.asm(8): error: [WHILE] Syntax error in <expression>: (counter < 2)) || (counter < 4)12 0000 ENDW13 0000# file closed: parentheses_parsing.asmValue Label------ - -----------------------------------------------------------0x0001 counter