home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / programming / reqaztec / glue / colorreq.asm < prev    next >
Assembly Source File  |  1990-12-18  |  177b  |  16 lines

  1. ;:ts=8
  2.  
  3.     section    text,code
  4.  
  5.     xref    _ReqBase
  6.     xdef    _ColorRequester
  7. _ColorRequester:
  8.     move.l    a6,-(sp)
  9.     move.l    _ReqBase,a6
  10.     move.l    8(sp),d0
  11.     jsr    -90(a6)
  12.     move.l    (sp)+,a6
  13.     rts
  14.  
  15.     end
  16.