home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / gfx / superview-lib-9.12.lha / SuperView-Lib / Programmers / Example_Tools / ControlPad / AsmSupport.a next >
Text File  |  1994-12-28  |  85b  |  9 lines

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