home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
GCC
/
GERLIB_DEV08B.LHA
/
gerlib
/
string
/
normal
/
x.s
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1993-12-12
|
372 b
|
81 lines
# 1 "x.c"
# 1 "DEFS.h" 1
# 36 "DEFS.h"
# 28 "x.c" 2
.globl _strncpy; .even; _strncpy:
movl sp@(4),d0
movl sp@(12),d1
jeq scdone
movl sp@(8),a0
movl d0,a1
scloop:
movb a0@+,a1@+
jeq scploop
subql #1,d1
jne scloop
scdone:
rts
scploop:
subql #1,d1
jeq scdone
clrb a1@+
jra scploop