Sample Programs
Appendix C
GPIB-1014P User Manual
C-4
© National Instruments Corporation
| Program Variables/Buffers
.even
cmdbuf: .=
.+100
| Command buffer for interface messages
cmdct:
.word
0
| Number of commands to be sent
datbuf: .
=
.+100
|
Data buffer for device-dependent messages
count:
.word
0
| Current number of commands transferred
datct:
.word
0
| Number of data bytes to be sent
cic:
.byte 0
| Controller-In-Charge flag (non-zero if CIC)
ola:
.byte
0
| Listen address passed to WRITE
sre:
.byte
0
| REN flag (zero to not set REN, non-zero to set REN)
tctadr:
.byte
0
| TCT address of new Active Controller
vseoi:
.byte
0
| SEOI flag (zero to not send, non-zero to send
| END message with last DSEND byte)