home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / oslib / Hdr / ScreenBlan < prev    next >
Encoding:
Text File  |  1994-07-01  |  898 b   |  38 lines

  1. ;AAsm header file for ScreenBlanker
  2. ;written by DefMod (Jul  1 1994) on Fri Jul  1 16:18:39 1994
  3.  
  4.         [       :LNOT: :DEF: Get_Types
  5.         GBLS    Get_Types
  6. Get_Types                       SETS    "GET OS:Hdr.Types"
  7.         |
  8. Get_Types                       SETS    ""
  9.         ]
  10.         $Get_Types
  11.  
  12.         [       :LNOT: :DEF: Get_OS
  13.         GBLS    Get_OS
  14. Get_OS                          SETS    "GET OS:Hdr.OS"
  15.         |
  16. Get_OS                          SETS    ""
  17.         ]
  18.         $Get_OS
  19.  
  20.         [       :LNOT: :DEF: ScreenBlanker_Hdr
  21.         GBLS    ScreenBlanker_Hdr
  22.  
  23. ;Symbols for SWI's and SWI reason codes
  24. XScreenBlanker_Control          *       &63100
  25. ScreenBlanker_Control           *       &43100
  26.  
  27. Service_ScreenBlanked           *       &7A
  28.    ;Entry
  29.    ;  R1 = &7A
  30.  
  31. Service_ScreenRestored          *       &7B
  32.    ;Entry
  33.    ;  R0 = x (Int)
  34.    ;  R1 = &7B
  35.  
  36.         ]
  37.         END
  38.