Re: A86:New in town


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

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: