home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / progmisc / hellsrc.zip / FLIB.INC < prev    next >
Text File  |  1993-05-29  |  649b  |  12 lines

  1. extrn   _flopenlib:near, _flcloselib:near, _flopenfile:near, _flreadfile:near
  2.  
  3. ; The last byte of the library file is the number of files present in the
  4. ; file. There are that many 2 dword arrays preceeding it. The first dword
  5. ; of each array is the space padded token for that file, stored in reverse
  6. ; byte order so that say a - mov eax,"Name" - will find the token "Name"
  7. ; instead of looking for "emaN"... the second dword is the length of the file
  8. ; associated with the token. A space padded token like "Me  " would be stored
  9. ; as "  eM". These files immediately preceed the arrays in the same order as
  10. ; they appear in the arrays.
  11.  
  12.