home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 22
/
AACD 22.iso
/
AACD
/
Programming
/
powerd
/
lib
/
powerd.lha
/
powerd_ppc
/
SetEStr.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
|
1980-03-26
|
224 b
|
18 lines
# SetEStr(estr:r3:PTR TO CHAR,length:r4:LONG)
.text
.global _SetEStr
_SetEStr: lhz r0,-4(r3)
cmpw r0,r4
bge .end
sth r4,-2(r3)
li r0,0
stbx r0,r3,r4
.end: blr
.type _SetEStr,@function
.size _SetEStr,$-_SetEStr