client-side-assembler
main
@@ -316,7 +316,7 @@ class Parser {
if (opcode)
return { type: Action.APPEND, opcode };
const literal = this.integer(token);
if (literal)
if (literal != null)
return { type: Action.APPEND, literal };
return { type: Action.SYMBOL, symbol: token };
The note is not visible to the blocked user.