72)
PROGRAM COUNTER REQUEST
Function:
Transmits the value of the program pointer.
Format:
* P
Explanation:
When this command is entered, the player transmits the current
value of the program counter. This command makes it possible to
monitor the condition of program execution. The output format is
ASCII Decimal 4 byte data.
73)
PROGRAM RUN
Function:
Starts Level II program execution.
Format:
(Address)
*R
Explanation:
When this command is entered, the player starts the execution of
a Level II program. If no address is specified, execution of the
program starts at address 0.
The completion status is returned once program execution starts.
74)
PROGRAM HALT
Function:
Halts Level II program execution.
Format:
* H
Explanation:
When this command is entered, the player stops execution of the
Level II program.
The completion status is returned when the program is halted.
Chapter Four • LD-V8000 Level I & III
4-70
TP 113 v. 2.1 • 2/93
LD-V8000 Level I & III User’s Manual
PROGRAM COUNTER REQUEST; PROGRAM RUN; PROGRAM HALT