Manual Number: 00650-014-4
Page 4-10
AD12-8 Manual
C. Load the driver into memory starting at offset 0 within the defined segment.
40 DRIVER = 0
50 BLOAD “a12drv.bin”,DRIVER
Make your assignment to these variables as desired for the function you wish to perform. See
CHAPTER 5: DRIVER REFERENCE
for details on each task.
E. Make the call to the driver.
60 CALL a12drv(TASK%,PARAMS%(1),STATUS%)