(uxnasm.c) Auto-start at 0x100
1 files changed, 1 insertions(+), 0 deletions(-) M src/uxnasm.c
M src/uxnasm.c => src/uxnasm.c +1 -0
@@ 408,6 408,7 @@ static int assemble(FILE *f) { char w[0x40]; + p.ptr = 0x100; scpy("on-reset", p.scope, 0x40); while(fscanf(f, "%62s", w) == 1) if(slen(w) > 0x3d || !parse(w, f))