(uxnasm.c) Auto-start at 0x100

This commit is contained in:
Devine Lu Linvega 2023-01-13 10:14:20 -08:00
parent fad574816d
commit ffb0a9c9bc
1 changed files with 1 additions and 0 deletions

View File

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