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

  1. ;-------------------------------------------------------------------------------
  2. ; ColourTrans_SelectTable(int src_mode, int *src_pal, 
  3. ;                         int dst_mode, int *dst_pal,
  4. ;                         char *table);
  5. ; Copyright 1993 Shaun Blackmore
  6.                         
  7.                          
  8.         GET     h.macros
  9.         GET     h.RegNames
  10.         GET     h.SWInames
  11. ;
  12.         PREAMBLE
  13.         STARTCODE ColourTrans_SelectTable
  14. ;
  15.         MOV     ip,sp
  16.         STMFD   sp!,{r4,lr}        
  17.         LDR     r4,[ip,#0]
  18.         SWI     XSWI_ColourTrans_SelectTable
  19.         MOVVC   r0, #0
  20.         LDMFD   sp!,{r4,pc}^
  21. ;
  22.         END
  23.