home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / pd / programming / debug-utils / pv / pvdevelop / pvdevelop.lha / Lib / Source / PVCAddAutoClear.asm < prev    next >
Encoding:
Assembly Source File  |  1991-09-16  |  206 b   |  18 lines

  1.  
  2.     SECTION "code",CODE
  3.  
  4.     INCLUDE    "PVCallStub.i"
  5.  
  6.     XDEF    _PVCAddAutoClear
  7.  
  8. _PVCAddAutoClear:
  9.     movem.l    a6,-(a7)
  10.     GETPVBASE
  11.     move.l    8(a7),d0
  12.     move.l    PVCAddAutoClear(a6),a6
  13.     jsr    (a6)
  14.     movem.l    (a7)+,a6
  15.     rts
  16.  
  17.     END
  18.