Re: A86:New in town


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

Re: A86:New in town




What registers does the rom call use?  maybe it cares what is in the other
ones too.

----- Original Message -----
From: "Aaron Curtis" <acurti1@umbc.edu>
To: <assembly-86@lists.ticalc.org>
Sent: Friday, February 18, 2000 9:25 PM
Subject: Re: A86:New in town


>
> You actually can use _exec_basic, as long as the program doesn't have a
> 'stop' in it anywhere...
>
> One way to do it without risking a crash is to make a basic program and
> use asm( to run your assembly program from within it.  Then have the asm
> program go back and edit the basic program, so it puts the name of
> another program on the next line.  Then to run the second basic program,
> you just exit from the asm one.
>
> Michael Reichly wrote:
> >
> > OK then, back to my origional question: how do i run basic program
without
> > getting errors?
>



Follow-Ups: References: