home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / utilities2 / desklib / Libraries / ColourTran / s / Invalidate next >
Encoding:
Text File  |  1993-07-09  |  480 b   |  18 lines

  1. ;-------------------------------------------------------------------------------
  2. ; ColourTrans_InvalidateCache(void);
  3. ; Copyright 1993 Shaun Blackmore
  4.                         
  5.         GET     h.macros
  6.         GET     h.RegNames
  7.         GET     h.SWInames
  8. ;
  9.         PREAMBLE
  10.         STARTCODE ColourTrans_InvalidateCache
  11. ;
  12.         STMFD   sp!,{lr}                     
  13.         SWI     XSWI_ColourTrans_InvalidateCache
  14.         MOVVC   r0, #0
  15.         LDMFD   sp!,{pc}^
  16. ;
  17.         END
  18.