Hey.
I'm trying to program my old TI-80 to use the Euclidean algorithm, without luck. I'm not a good programmer when it comes to this programming language but I'd like to learn. I've seen TI-83 programs using the Euclidean but no luck in finding one for my TI-80 so I was hoping someone could help.
Sofar (it's not much) I've got this
DISP "A"
INPUT A
DISP "B"
INPUT B
{A,1,0}->L1
{B,0,1}->L2
and then I'm stuck, because of the lack of pre-defined programming functions
Help greatly appreciated