
Video Test Generator User Guide
255
CALL
CALL internal function
Class
Direct processor control
Description
Calls internal C functions. Address
address
is the entry point of the C function to be called.
Parameter passed indicates the number of parameters to be passed. If passed is not zero,
then parameters being passed p(1) through p(n) immediately follow the passed parameter
on the command line.
The CALL? query is similar to the CALL command except that returned parameters are
expected. Here, a third parameter returned is added to indicate the number of parameters
returned by the function. If BASE= -10 or -16 and a returned value of -1 is given
(4,294,967,295 if BASE=10 or 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 passed and returned.
Note: This command 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 non-volatile RAM.
Command syntax
CALL
address
passed
[
p(1)
[
p(2)
[
p(3)
…[
p(18)
]…]]]
address
0 to 4,294,967,295 (BASE = 10)
-2,147,483,648 to 2,147,483,647 (BASE = -10)
0 to FFFFFFFF (BASE = 16)
-80000000 to 7FFFFFFF (BASE = -16)
passed
0 to 18 (BASE = -10 or 10)
0 to 12 (BASE = -16 or 16)
p(n)
0 to 4,294,967,295 (BASE = 10)
-2,147,483,648 to 2,147,483,647 (BASE = -10)
0 to FFFFFFFF (BASE = 16)
-80000000 to 7FFFFFFF (BASE = -16)
Query syntax
CALL?
address
passed
returned
[
p(1)
[
p(2)
[
p(3)
…[
p(17)
]…]]]
Содержание 802BT
Страница 1: ...802BT 802R Video Test Generator User Guide ...
Страница 52: ...42 Chapter 2 Testing Video Displays ...
Страница 62: ...52 Chapter 3 Administrative Tasks ...
Страница 87: ...802BT 802R Video Test Generator User Guide 77 IMGE end an editing session IMGA MyImage save image as MyImage ...
Страница 118: ...108 Chapter 7 Using GPIB Interface ...
Страница 194: ...184 Chapter 10 Testing EDID ...
Страница 204: ...194 Chapter 11 Testing HDCP ...
Страница 213: ...Video Test Generator User Guide 203 A Command Reference Topics in this appendix Commands by name ...
Страница 214: ...204 Appendix A Command Reference Commands by name ...
Страница 303: ...Video Test Generator User Guide 293 Example 7 Turn audio off DPTG 3 DPGU Example 8 Turn audio on DPTG 7 DPGU ...
Страница 595: ...Video Test Generator User Guide 585 ...
Страница 608: ...598 Appendix A Command Reference Related commands YMDO UNPK PKUP VTOF FLSH Example YMDI YMODEM BATCH upload ...
Страница 611: ...Video Test Generator User Guide 601 ...
Страница 612: ...602 Appendix A Command Reference ...
Страница 613: ...802BT 802R Video Test Generator User Guide 603 B Image Reference Topics in this appendix Standard image descriptions ...
Страница 716: ...706 Appendix B Image Reference ...
Страница 744: ...734 Appendix C Error Messages ...