Re: TIB: A suggestion


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

Re: TIB: A suggestion




What I meant is:

1) Is there a program that can convert BASIC programs (.83p and .86p files)
to asm?

i.e., is there a program that can convert

ClLCD
Output(4,1,"Hello world!")

to

    org    _asm_exec_ram
    call    _clrscrn
    ld      hl,3
    ld      (_currow),hl
    ld       hl,str
    call    _puts
    call    _newline
str:
    db      'Hello world!',0

or

:ASMPRGM
:CD824A
:210300
:220FC0
:215BD7
:CD374A
:CD5F4A
:C9
:48656C6C6F20776F726C642100

?

----- Original Message -----
From: "Joost Kuckartz" <jkuckartz@hotmail.com>
To: <ti-basic@lists.ticalc.org>
Sent: Monday, October 9, 2000 12:14
Subject: Re: TIB: A suggestion


>
> Do you mean a dissassembler or just an assembler which makes from a
> .Z80-file an .8xp file?
> >
> >Is there one for the Z80's also?
> >
> >
> > >
> > > Is there a program for the TI-89 that can convert BASIC programs to
asm
> > > programs?
> > >
> > >
> >
>
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> Share information about yourself, create your own public profile at
> http://profiles.msn.com.
>
>
>



References: