A86: Re: asapasm


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

A86: Re: asapasm




it could be used in TI-BASIC shells (who the heck uses those anyway :)  -
they could store the progs you want in a string rather than in the program,
and now they can still run things 'cause they can SUB the name out of the
string.

    Kirk
    _@ibm.net


>I just got the first of several tokens from asapasm working!  This one
>works as such:
>
>Execasm(string1)
>
>where string1 is a string variable (or constant) that has an assembly
>program in it to be executed at $D748.  ROM page $D is pre-loaded.
>
>This takes advantage of inputting string parameters, and i thought it's
>a pretty neat program as well...  i'm thinking it might come in handy in
>a basic program or something, or if you don't wanna make a new prog,
>etc...  if anyone else can think of a use, please tell me.  i mainly
>wrote it for the challenge and to see if i could.
>
>the other tokens in asapasm might be a little more useful.  this is what
>i plan to include:
>1. a token that will retrieve a byte or word from a certain mem location
>(ABS or ASIC)
>2. a token that will write a byte/word to a certain mem location
>3. a token(s) that can view/manipulate flags in iy-land
>4. anything else anyone might suggest....
>
>--
>Stephen Hicks
>mailto:shicks@mindspring.com
>ICQ:5453914
>IRC:Kupopo
>
>