home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / libs / reqtools.lha / dlib / Source.lzh / src / rtPaletteRequestAR.asm < prev    next >
Encoding:
Assembly Source File  |  1991-12-27  |  336 b   |  20 lines

  1.  
  2.         SECTION "code",CODE
  3.  
  4.         xref    _ReqToolsBase
  5.  
  6.         xdef    @rtPaletteRequestA
  7.  
  8. @rtPaletteRequestA:
  9.         movem.l rl,-(a7)
  10.         move.l  _ReqToolsBase,a6
  11.         move.l  a1,a3
  12.         move.l  a0,a2
  13.         move.l  d0,a0
  14.         jsr     -102(a6)
  15.         movem.l (a7)+,rl
  16.         rts
  17.  
  18. rl      reg     A2/A3/A6
  19.    END
  20.