home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilsc / coolswitch / !CoolSwtch / h / Common next >
Text File  |  1995-07-01  |  642b  |  22 lines

  1. ; All the GETs which most of the file will need, nicely grouped in one
  2. ; place.
  3. ;
  4. ; $Id$
  5. ; $Log$
  6.  
  7.                 GET             Asm:s.regs
  8.                 GET             Asm:s.xswis
  9.                 GET             Asm:s.vectors
  10.                 GET             Asm:s.general
  11.                 GET             Asm:s.services
  12.                 GET             Asm:s.debughdr
  13.                 GET             Asm:s.macros
  14.  
  15.                 GET             h.Flags
  16.                 GET             h.Constants
  17.                 GET             h.Item
  18.                 GET             h.Store
  19.                 GET             h.Errors
  20.  
  21.                 END
  22.