;program to test JRP instruction
;after 1st line being executed, the CI should now equal 4
;when the CI is incremented to 5, the STP instuction will then execute

00 NUM 0            ;load 0 with nothing
01 JRP 3            ;add number stored at line 3 to CI
02 NUM 654321
03 NUM 3            ;number to be added to CI is 3
04 NUM 123456
05 STP              ;when CI=CI+3 on next fetch execute
                    ;the STP function is executed