2.6.2. Instrunction parameters

[<<<] [>>>]

Not only the commands have a pointer for their use, but there are pointers available for each instruction. To make it clear:

If there are three OPEN statements in a program they share a common command pointer, but each have its own instruction pointer.

The code fragments implementing the different commands are free to use their own or any other related command or instruction pointer.


[<<<] [>>>]