home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 22
/
AACD 22.iso
/
AACD
/
Programming
/
powerd
/
lib
/
powerd.lha
/
powerd_ppc
/
DupStr.ass
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-06-23
|
232 b
|
17 lines
; DupStr(r3:PTR TO CHAR,r4:PTR TO CHAR)(r3:PTR TO CHAR)
.text
.global _DupStr
_DupStr subi r5,r3,1
subi r4,r4,1
.loop lbzu r0,1(r4)
cmpwi r0,0
stbu r0,1(r5)
bne .loop
blr
.type _DupStr,@function
.size _DupStr,$-_DupStr