home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD1.bin / useful / gfx / show / superview-lib / programmers / example_tools / simpleview / asmsupport.a next >
Encoding:
Text File  |  1994-12-28  |  85 b   |  9 lines

  1.      SECTION _Fmt,CODE
  2. _Fmt:
  3.      move.b d0,(a3)+
  4.      rts
  5.  
  6.      XDEF _Fmt
  7.  
  8.      END
  9.