Execution begins at the instruction after the entry point, INTRPT. Startup
code loads the registers and then falls into the fetch-execute loop at
INT1. The interpreter counts instructions as it runs and will exit through
INT0 when it counts down to zero. The program-stop (PS) at INTRPT will
have been replaced by a jump to the caller as part of the the return-jump
(RJ) calling sequence.