Re: A86: Merging basic and asm
[Prev][Next][Index][Thread]
Re: A86: Merging basic and asm
On Tue, 14 Oct 1997, UrD14me wrote:
> the only way to do asm and basic together is to make a program that does
> something and stores where its at and then returns to basic, does stuff
> there, opens the program restores the place where it left off.... that
What are you talking about? It's very easy to execute an asm program with
the Asm() command.
> is unless someone finds out how to do a tsr kinda program. the only way
> you can really pass on arguments is through variables. as for the hook
> anything is possible, hard to do though if it is
A nice way to pass arguments would be like this:
:"argument string":Asm(progname)
The argument string would be stored in the Ans variable prior to calling
the program.
--------
Dan Eble <eble@cis.ohio-state.edu>
(http://www.cis.ohio-state.edu/~eble)
"Behold, how great a matter a little fire kindleth!" - James 3:5
Follow-Ups:
References: