A86: Re: Re: ti-BASIC to ASM


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

A86: Re: Re: ti-BASIC to ASM




actually, this is possible. i am working on such a program.  by using the
_ASAP_IND you can convert most (i think all) programs to work in ASM.  the
trade-off for the extra speed is that they are larger, up to 100% larger.
but you can usually optimize the programs still, and they could be smaller
if you didn't mind a trade-off in speed.

    Kirk
    _@ibm.net

-----Original Message-----
From: Trey Jazz <joemama@minot.com>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Sunday, March 29, 1998 9:08 AM
Subject: A86: Re: ti-BASIC to ASM


    does anyone know of a converter which will take a .86p BASIC file, and
convert it into ti-86 assembly source?

    learn assembly or wait til hal comes out and convert it