home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / viewer / SuperView-Lib.LHA / superview-lib / Programmers / Example_Tools / SimpleView / AsmSupport.a next >
Encoding:
Text File  |  1994-09-10  |  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.