home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / d / desklib / !DeskSrc / FN / Libraries / ColourTran / s / RetColNumb < prev    next >
Encoding:
Text File  |  1996-07-08  |  991 b   |  35 lines

  1. ;
  2. ;   ####         #      #    # #
  3. ;   #    #         #      #      #         The FreeWare C library for
  4. ;   #    #  ##    ###  #  # #    # ###          RISC OS machines
  5. ;   #    # #  # #     # #  #    # #  #     ___________________________________
  6. ;   #    # ####  ###  ##      #    # #  #
  7. ;   #    # #       # # #  #    # #  #      Please refer to the accompanying
  8. ;   ####   ### ####  #  # ##### # ###     documentation for conditions of use
  9. ;   ________________________________________________________________________
  10. ;
  11. ;   File:    ColourTrans.s.RetColNumb
  12. ;   Author:  Copyright © 1993 Bryan Scattergood
  13. ;   Version: 1.01 (01 Nov 1995)
  14. ;   Purpose: SWI veneer for colour trans
  15. ;   History: 1.00 (11 Aug 1993)
  16. ;         1.01 (01 Nov 1995) Added to DeskLib
  17.  
  18.     GET    Desk.sh.regdefs
  19.     GET    h.swinames
  20.     GET    Desk.sh.macros
  21. ;
  22.     PREAMBLE
  23.     STARTCODE Desk_ColourTrans_ReturnColourNumber
  24. ;
  25. ; extern void    Desk_ColourTrans_ReturnColourNumber(int entry, int *number);
  26. ;
  27.     STMFD    sp!, {lr}
  28.  
  29.     SWI    XDesk_SWI_ColourTrans_ReturnColourNumber
  30.     Desk_Error2_CheckV
  31.  
  32.     LDMFD    sp!, {pc}^
  33.  
  34.     END
  35.