home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD2.img / d4xx / d438 / toollib / linklib / bstrtocs.asm < prev    next >
Assembly Source File  |  1991-01-17  |  150b  |  12 lines

  1. ;:ts=8
  2.  
  3.     xref    _ToolBase
  4.     xdef    _BstrToCstr
  5. _BstrToCstr:
  6.     move.l    a6,-(sp)
  7.     move.l    _ToolBase,a6
  8.     movem.l    8(sp),a0/a1
  9.     jsr    -240(a6)
  10.     move.l    (sp)+,a6
  11.     rts
  12.