home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff281.lzh / MRARPFile / StoreTracker.asm < prev    next >
Assembly Source File  |  1989-11-20  |  168b  |  16 lines

  1. ;:ts=8
  2.     public    _StoreTracker
  3. _StoreTracker:
  4.     link    a5,#.2
  5.     movem.l    .3,-(sp)
  6.     move.l    a1,d0
  7. .4
  8.     movem.l    (sp)+,.3
  9.     unlk    a5
  10.     rts
  11. .2    equ    0
  12. .3    reg
  13. ;    public    .begin
  14. ;    dseg
  15.     end
  16.