(uxnasm.c) Auto-start at 0x100
This commit is contained in:
parent
fad574816d
commit
ffb0a9c9bc
|
@ -408,6 +408,7 @@ static int
|
||||||
assemble(FILE *f)
|
assemble(FILE *f)
|
||||||
{
|
{
|
||||||
char w[0x40];
|
char w[0x40];
|
||||||
|
p.ptr = 0x100;
|
||||||
scpy("on-reset", p.scope, 0x40);
|
scpy("on-reset", p.scope, 0x40);
|
||||||
while(fscanf(f, "%62s", w) == 1)
|
while(fscanf(f, "%62s", w) == 1)
|
||||||
if(slen(w) > 0x3d || !parse(w, f))
|
if(slen(w) > 0x3d || !parse(w, f))
|
||||||
|
|
Loading…
Reference in New Issue