Browse code

(uxnasm.c) Auto-start at 0x100

Devine Lu Linvega authored on 13/01/2023 18:14:20
Showing 1 changed files
... ...
@@ -408,6 +408,7 @@ static int
408 408
 assemble(FILE *f)
409 409
 {
410 410
 	char w[0x40];
411
+	p.ptr = 0x100;
411 412
 	scpy("on-reset", p.scope, 0x40);
412 413
 	while(fscanf(f, "%62s", w) == 1)
413 414
 		if(slen(w) > 0x3d || !parse(w, f))