;program to test STO instruction
;when the first instruction is executed the accumulator (0) will overwrite
;the contents of line 3
;on the next instruction STP is executed and the program halts

00 NUM 0
01 STO 3
02 STP
03 NUM 111111