client-side-assembler
main
@@ -497,7 +497,7 @@ class Parser {
this.state = State.TOP;
return;
}
const action = { type: Action.DATA, size: 2 };
const action = { type: Action.DATA, size: 4 };
const value = this.integer(token);
if (value == null) {
action.symbol = token;
The note is not visible to the blocked user.