home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / drivers / scsi / futrdomn / manual / oemlink.txt < prev    next >
Encoding:
Text File  |  1990-08-18  |  616 b   |  15 lines

  1. The OEM Interface uses a single segment as follows:
  2.  
  3. _TEXT SEGMENT BYTE PUBLIC 'CODE'
  4.  
  5. If the user interface is in assembly language the assembly language module 
  6. should have the same code segment name. The small model uses a near pointer
  7. to the data structure and a near return, the medium model uses a far pointer 
  8. to the data structure and a near return, while the large model uses a far 
  9. pointer to the data structure and a far return.
  10.  
  11. In C, the OEMSCSI, OEMSCSIM, or OEMSCSIL object module must be specified as 
  12. part of the link process. The /Zp option of the Microsoft Compiler should be
  13. used.
  14.  
  15.