[A83] Re: Running external ASM programs from within an ASM program...


[Prev][Next][Index][Thread]

[A83] Re: Running external ASM programs from within an ASM program...




> I'm assuming there may be a few bytes acting as a header, 
but this is
> the concept....point the PC to the data of another 
assembly program and
> just run it....will it work?
Only if the program doesn't contain references to
its own variables and there are no absolute jumps
in it... Otherwise, it has to be at the address
where it assumes its first byte to be (normally
at $9327).

PG







References: