home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / ASM / NASM097.ZIP / MISC / MAGIC < prev    next >
Encoding:
Text File  |  1997-10-01  |  294 b   |  7 lines

  1. # Put the following lines in your /etc/magic file to get 'file' to recognise
  2. # RDOFF Object Files
  3.  
  4. 0       string          RDOFF           RDOFF Object File
  5. >5      byte            >32             version %c (little endian)
  6. >5      byte            <32             version %d (big endian)
  7.