Re: A89: Looking to Weave BASIC and ASM


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

Re: A89: Looking to Weave BASIC and ASM




If it is only small routines you can compile them by hand.. 
or you can compile it with a68k and read the S-record (it can output Srecord
right? not shure now..) output and put that in your exec string (needs a
computer though)

//Olle

Nate Mueller wrote:
> 
> >        Hi,
> >          I am a newbie at ASM but I have a knack for programming.. I am dog
> >tired of torturing BASIC (I write alot of progs at school in my spare time)
> >to make it do what I want. Bottom line is that even though 89 BASIC is much
> >more powerful than 83 for example, it is realy just a smattering of math
> >functions. I would love to take the ease of use of BASIC (and the fact that
> >I can edit it directly on the calc) and somehow weave ASM functionality with
> >it. Create a hybrid. Perhaps the 'Exec' function could provide a way in the
> >door. Can anybody give me some suggestions.
> >
> >        -Miles <milez@mindspring.com>
> 
> What may help (and may not) would be an on-calc assembler.   Take a string
> as input and output a string that could be run with the exec function.
> Don't think it will happen any time soon though
> 
>         --Nate


References: