I was reading through the TI-83p developers guide to try and find how to store a value, lets say 17 to the variable B. I think that the StoOther call would work, but I keep getting a syntax error. here is the code. OP1 is already set to 17 B_CALL PushRealO1 ld a,tB ld (OP1+2),a B_CALL StoOther can someone please tell me what is wrong with this code.