RTC
®
4 PC Interface Board
Rev. 1.3 e
10 Commands And Functions
94
innovators for industry
List Command
list_nop
Function
inserts a null operation (no operation) into the list buffer
Integration
Pascal:
procedure list_nop;
C:
void list_nop(void);
Basic:
sub list_nop()
Comments
• Null operations serve as place markers. The execution of a null operation needs 10
µ
s.
List Command
list_return
Function
terminates a list subroutine and jumps to the command following the
command
Integration
Pascal:
procedure list_return;
C:
void list_return(void);
Basic:
sub list_return()
Comments
• See
chapter 5.6 "Structured Programming", page 45
References