[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...
> That sounds like it would work....of course if I ran it
manually, it
> would probably overwrite a bunch of important crap and
crash my calc
> right? I know the system interrupt routine is at
0038h....I'm guessing
> there's a lot of other stuff there too.
If you ran a program located at a wrong address manually,
the first absolute jump or the first user RAM access
could screw up things. Fortunately, you're not able
to write to the area below $8000h :)
PG
References: