9
-
81
9.9.2 Common pointer
(1) Definition
The common pointer is used to call subroutine programs from all programs that are being
executed.
Note13
Note13
Figure 9.87 Calling pointers in another program (common pointer)
Note9.13
The Basic model QCPU has no distinction between the local and common pointers.
Basic
Program A
FEND
CALL P204
Program C
P204
P205
CALL P0
RET
RET
END
Program B
FEND
CALL P205
Label