Assemble kernel on the client #1

Merged
cdo merged 72 commits from client-side-assembler into main 2026-03-18 15:21:33 +00:00
Showing only changes of commit cc51b2d7be - Show all commits

2
asm.js
View File

@@ -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;