We are having NI CVI 5.0.1. We are trying to develop the drivers for NI 6014 card in win3.11 OS as the drivers for win3.11 is not availible by NI. In the same regard, writing data to registers like ax,bx,cx,dx, flags is required. In
borland C, the data can be written to registers through _AX,_BX, _CX, _DX,_FLAGS, which is included in dos.h. But, the same code in NI CVI gives error
undeclared identifier _AX,_BX, _CX, _DX,_FLAGS
Also, dos.h header file is not present in NI CVI.
Secondly, the generate interrupt function present in borland C is also not availaible in NI CVI.
Kindly suggest if it is possible to perform the above two operations in CVI 5.0.1 version i.e, generating interrupts and accessing registers.