home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / program / compiler / nasm20b / doc / limits.txt < prev    next >
Text File  |  1993-01-19  |  477b  |  20 lines

  1. Hardcoded limits :
  2.  
  3. ARELOC PRELOC BRELOC et.al.
  4. Runtime relocator max segment size  : 33022
  5.  
  6. NLINK65 (all of these per object module)
  7. Max number of segments              : 65535
  8. Max number of open references       : ca. 20000
  9. Max number of linkable symbols      : 65535
  10.  
  11. Softcoded (#define) limits:
  12.  
  13. NASM65
  14. Max number of floats after a .FLOAT : MAXFLOAT
  15. Max number of code bytes in object  : MAXMODULE - DEFORG  (curr. $EF00)
  16. Max number of code bytes in com     : MAXMODULE
  17.  
  18.  
  19.  
  20.