Re: A83: Date: Mon, 3 Jul 2000 19:38:40 +0200


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

Re: A83: Date: Mon, 3 Jul 2000 19:38:40 +0200




So How could I do to ask for a number (with or without Ion) ?

@+

TI-83
Le monde de la TI-83
http://www.ti-83.fr.st
ti-83@fr.st

----- Original Message ----- 
From: John Wyrwas <tankrshr77@yahoo.com>
To: <assembly-83@lists.ticalc.org>
Sent: Tuesday, July 04, 2000 12:12 PM
Subject: Re: A83: Date: Mon, 3 Jul 2000 19:38:40 +0200


> 
> The ti-83 plus does not have an equivalent for
> PGMIO_EXEC.
> 
> --- ti-83 <ti-83@libertysurf.fr> wrote:
> > I've found this part of code in AsmGuru of James
> > Matthews (This code ask for  a number and put it in
> > OP1), but It only works for the TI-83, because I've
> > not the adresse of _formDisp and PGMIO_EXEC for the
> > TI-83+. I would like to use this code with Ion.
> > Could someone give me the adresse for the TI-83+ or
> > a code who do the same thing ?
> > 
> > Thanks
> > 
> > ..LIST
> > PGMIO_EXEC         equ           50B2h
> > _formDisp                  equ           4D0Eh
> > ..org 9327h
> > 
> >         ld      de,821ch            
> >         ld      hl,prompt
> >         ld      bc,16
> >         ldir
> >         ld      a,1
> >         ld      (ASM_IND_CALL),a
> >         call    PGMIO_EXEC
> >         call    _formDisp
> >         ret
> > 
> > prompt:         .db "Num: ",0
> > 
> > ..end
> > ..end
> > 
> > Ti-83
> > Le monde de la TI-83
> > http://www.ti-83.fr.st
> > ti-83@fr.st
> > 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Kick off your party with Yahoo! Invites.
> http://invites.yahoo.com/
> 




References: