minix/lib/i86/string
2009-11-09 10:26:00 +00:00
..
_memmove.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_strncat.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_strncmp.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_strncpy.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_strnlen.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
bcmp.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
bcopy.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
bzero.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
index.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
memchr.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
memcmp.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
memcpy.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
memmove.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
memset.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
README Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
rindex.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
strcat.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
strchr.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
strcmp.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
strcpy.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
strlen.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
strncat.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
strncmp.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
strncpy.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
strnlen.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
strrchr.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00

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.