A86: Re: Re: BASIC & inverts! HELP!


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

A86: Re: Re: BASIC & inverts! HELP!




What exactly do you mean?  I don't follow.  Do you mean you want to have an
assembly program interpret your own basic language so you can add commands?
That would be VERY difficult to do.  The Text Editor program (haven't used
it) most likely isn't using the basic editor to edit programs.  It's
probably it's own code.  In that case, you'd have to write your own editor
for basic programs and have it look for and replace your special commands
with calls to an asm program.


> But, how do you allow the asm prog to read from basic...see I want to
> just do:
>
> :invert
>
> rather than
>
> :Asm(invert)
>
> The Text Editor program does it, but I haven't seen the source code.




Follow-Ups: References: