home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / powerd / lib / PowerD / ReEStr.ass < prev    next >
Encoding:
Text File  |  1999-09-22  |  169 b   |  14 lines

  1. ; (4,a7) - estr
  2.  
  3.     xdef    _ReEStr
  4.  
  5. _ReEStr    movea.l    (4,a7),a0
  6.     movea.l    a0,a1
  7. .loop    tst.b    (a0)+
  8.     bne.s    .loop
  9.     move.l    a0,d0
  10.     sub.l    a1,d0
  11.     subq.l    #1,d0
  12.     move.w    d0,(-2,a1)
  13.     rts
  14.