home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 4
/
AACD04.ISO
/
AACD
/
Programming
/
powerd
/
lib
/
PowerD
/
ReEStr.ass
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-09-22
|
169 b
|
14 lines
; (4,a7) - estr
xdef _ReEStr
_ReEStr movea.l (4,a7),a0
movea.l a0,a1
.loop tst.b (a0)+
bne.s .loop
move.l a0,d0
sub.l a1,d0
subq.l #1,d0
move.w d0,(-2,a1)
rts