home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 4
/
AACD04.ISO
/
AACD
/
Programming
/
powerd
/
lib
/
PowerD
/
SetEStr.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
|
171 b
|
13 lines
; (4,a7) - estr
; (8,a7) - length
xdef _SetEStr
_SetEStr move.w (10,a7),d0
move.l (4,a7),a0
cmp.w (-4,a0),d0
bhi.s .end
move.w d0,(-2,a0)
clr.b (a0,d0.w)
.end rts