minix/lib/i86/string
2006-01-16 15:44:55 +00:00
..
_memmove.s
_strncat.s
_strncmp.s
_strncpy.s
_strnlen.s
bcmp.s
bcopy.s
bzero.s
index.s
memchr.s
memcmp.s
memcpy.s
memmove.s
memset.s
README
rindex.s
strcat.s
strchr.s
strcmp.s
strcpy.s
strlen.s
strncat.s
strncmp.s
strncpy.s
strnlen.s
strrchr.s

Notes on i8086 string assembly routines.		Author: Kees J. Bot
								27 Jan 1994

These routines are simply translations of the 386 code, so all comments
to that code apply here.