Quantum Data 801GC User Manual
Page 230

6-104
Chapter 6: Programming
Model 801GC, 801GF & 801GX¥Rev. A
Description:
The CALL command calls internal C functions. Address
is the entry point of the C function to be called. Parameter
through
immediately follow the
the command line. The CALL? query is similar to the CALL
command except that returned parameters are expected. Here,
a third parameter
of parameters returned by the function. If BASE= -10 or -16 and
a
FFFFFFFF if BASE=16), then a single value is read from register
A8 of the TMS34010 (rather than being popped off the C stack).
Most C functions that return a single parameter return their
single parameter in this way. Returned parameters are space-
delimited and formatted according to the current radix (see BASE
command). All parameters passed to the CALL and CALL? must
be formatted according to the current radix. This includes the
parameters
Note – This command normally is used only with custom
applications and command files created by Quantum Data.
Indiscriminate use of this command can cause the generator to
stop operating or loss of stored data in nonvolatile RAM.
Other Required Cmds:
CALL and CALL? expect and return parameters formatted
according to the current radix set by the BASE command.
Example:
U s e o n l y w i t h c o d e s u p p l i e d b y Q u a n t u m
D a t a !
CENT
*** draw video CENTering markers
Classification:
Custom image primitive
Command Syntax:
CENT
Limits:
Query Syntax:
None
Description:
Draws a small cross in the center of active video. If the format
has an even number of active pixels, the vertical line is 2 pixels
thick. The horizontal line is 2 pixels thick if the format has an
even number of active lines. The primitive uses a single parameter,
the color of the cross.
Other Required Cmds:
The FMTU command instructs the generator to use the new
setting. The ALLU command updates hardware to the new setting
and redraws the test image.
Example:
C E N T r e d / / D r a w a s m a l l r e d c r o s s i n
/ / c e n t e r o f a c t i v e v i d e o
A L L U / / U p d a t e h a r d w a r e t o c u r r e n t
/ / b u f f e r c o n t e n t s