Re: A86: Midi to Ti-86


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

Re: A86: Midi to Ti-86




In a couple of small ASM programs that I have made to spruce up BASIC, I
find that it always returns to the calling BASIC program.... but keep in
mind that my programs were only about 2 or 3 commands (system flags) and it
may be different on larger programs...
______________
JBrett
tbarwick@esn.net
http://ww2.esn.net/~tbarwick
http://members.xoom.com/Plexus
http://wwp.mirabilis.com/20607010
ICQ# 20607010______________
-----Original Message-----
From: David Phillips <electrum@tfs.net>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Friday, October 23, 1998 8:41 PM
Subject: Re: A86: Midi to Ti-86


>
>The problem with calling it from an Asm( command is that it doesn't return
>to the calling basic program, or at least from my experience it doesn't.
>
>-----Original Message-----
>From: Joshua J Seagoe <rabidcow@juno.com>
>To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
>Date: Friday, October 23, 1998 6:57 PM
>Subject: Re: A86: Midi to Ti-86
>
>
>>
>>or you could read from P_CURPC to do this:
>>
>>:asm(beep:16,23
>>
>>that'd look nicer
>>
>>-josh
>>
>>On Fri, 23 Oct 1998 17:26:01 -0400 John Malluck <malluck@bellsouth.net>
>>writes:
>>>
>>>
>>>okay lets try this.... Forget interupts! if your gonna have it in a
>>>basic program anyway just use a predeturmined string file to load all
>>>of
>>>the data from. just load your note duration, and pitch to a string,
>>>and
>>>run beep. Beep would look for the string and run using the data
>>>provided. It would look like this:
>>>
>>>:blah blah blah
>>>:"16 23"->beepdat
>>>:asm(beep)
>>>:blah blah blah
>>>
>>>very simple, very versitile
>>>
>>>-Michael Malluck
>>>
>>
>>___________________________________________________________________
>>You don't need to buy Internet access to use free Internet e-mail.
>>Get completely free e-mail from Juno at http://www.juno.com/getjuno.html
>>or call Juno at (800) 654-JUNO [654-5866]
>
>


Follow-Ups: