QmH@aol.com wrote: > > How do you store OP1 in for a variable? > > Let's say, I have 2 stored in for OP1. How do you get 2 in for N? > > Thanks, include the ti86ops.inc (you probably have if you are working with the ops already) to store OP1 in N do: ld (N),_OP1 that should work