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 / PVCReAlloc.asm < prev    next >
Encoding:
Assembly Source File  |  1992-08-31  |  252 b   |  21 lines

  1.  
  2.     SECTION "code",CODE
  3.  
  4.     INCLUDE    "PVCallStub.i"
  5.  
  6.     XDEF    _PVCReAlloc
  7.  
  8. _PVCReAlloc:
  9.     movem.l    a6/d2,-(a7)
  10.     GETPVBASE
  11.     move.l    12(a7),a1
  12.     move.l    16(a7),d0
  13.     move.l    20(a7),d1
  14.     move.l    24(a7),d2
  15.     move.l    PVCReAlloc(a6),a6
  16.     jsr    (a6)
  17.     movem.l    (a7)+,a6/d2
  18.     rts
  19.  
  20.     END
  21.