Section 10: Program Editing 111
Adding Instructions at the End of a Program
To add one or more instructions at the end of the last program stored in program 
memory:
1. Press fs to set the calculator to Program mode.
2. Press gi. followed by three digits that specify the last line you 
keyed into program memory (that is, the highest numbered line, not 
necessarily the line most recently keyed in).
3. Key in the new instruction or instructions.
Note: To add one or more instructions at the end of a program that is not 
the last program stored in program memory, use the procedure described 
below under Adding Instructions Within a Program.
Example: With the last program from the preceding section stored in the 
calculator, suppose you wanted to add a - instruction at the end in order to 
calculate the net income after taxes. You could do so as follows:
Adding Instructions Within a Program
If an instruction is to be added within a program, simply keying it in will replace 
the instruction previously stored in that program line, as described above; the 
contents of all higher-numbered program lines remain unchanged.
fs
6,250.00
Sets calculator back to Run mode. 
(Display shown assumes results 
remain from last example in 
preceding section.) 
:2?6
25.00
Copies tax rate from R
2
 into R
6
.
Keystrokes
(RPN mode)
Display
fs
000,
Sets calculator to Program mode. 
gi.008
008, 25
Sets calculator to last line keyed 
into program memory.
-
009, 30
Keys new instruction into 
program line 009.
fs
25.00
Sets calculator back to Run mode.
15000t
12,000.00
Net income after 20% tax is 
subtracted from $15,000 income.
Keystrokes(RPN mode) Display