home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / b / bootp.zip / MODEL.HSM < prev    next >
Text File  |  1989-06-02  |  225b  |  13 lines

  1. ;       define big or small model for library assembly code
  2.  
  3. FALSE   equ     0       ;for small model
  4. TRUE    equ     1       ;for big model
  5.  
  6. FUNC_L equ 0
  7. FUNC_S equ 1
  8. PTR_L equ 0
  9. PTR_S equ 1
  10.  
  11. INCLUDE macros.hsm
  12.  
  13.