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




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/



Follow-Ups: