home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / oslib / oslib_1 / OSLib / Toolbox / Hdr / FrontEnd < prev    next >
Encoding:
Text File  |  1995-07-03  |  717 b   |  27 lines

  1. ;Assembler header file for FrontEnd
  2. ;written by DefMod (Jun 30 1995) on Mon Jul  3 18:51:45 1995
  3. ;Jonathan Coxhead, Acorn Computers Ltd
  4.  
  5.         [       :LNOT: :DEF: Get_Types
  6.         GBLS    Get_Types
  7.         ]
  8.         [       :LNOT: :DEF: Types_Hdr
  9. Get_Types                       SETS    "GET OS:Hdr.Types"
  10.         |
  11. Get_Types                       SETS    ""
  12.         ]
  13.         $Get_Types
  14.  
  15.         [       :LNOT: :DEF: FrontEnd_Hdr
  16.         GBLS    FrontEnd_Hdr
  17.  
  18. ;Symbols for SWI's and SWI reason codes
  19. XFrontEnd_ExtendedCmdLine       *       &A1400
  20. FrontEnd_ExtendedCmdLine        *       &81400
  21.  
  22. XFrontEnd_FreeCmdLine           *       &A1401
  23. FrontEnd_FreeCmdLine            *       &81401
  24.  
  25.         ]
  26.         END
  27.