Re: ASM for TI-83


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

Re: ASM for TI-83



One solution is to make a TI-Basic program containing :

:Input "Whatever",X
:Input "somethingelse", Y
:Input "Anotherone", A
:Send9(prgmYOURPROG

and to call _RCLX, _RCLY, or _RCLVARSYM ( see TI's doc on their site  :
http://www.ti.com/calc/docs/83asmmem.htm )

I know, this is not the best way to do that, but it works.

 - Florent

>Does anybody know how to get input commands in Assembly?  Like in TI-Basic
you
>would put:  Input "First Number",X.
>How do you do this in Assembly?
>Thanks,
>Paul


References: