Index of /source/vmd/1.7.0/src/lib/mach/i86/string/

NameLast modifiedSizeDescription
[DIR]Parent Directory08-Nov-11 15:57-
[TXT]Makefile23-Feb-96 09:262341
[TXT]README23-Feb-96 09:26365
[TXT]_memmove.ack.s18-Mar-96 22:141134
[TXT]_strncat.ack.s23-Feb-96 09:26900
[TXT]_strncmp.ack.s23-Feb-96 09:26766
[TXT]_strncpy.ack.s23-Feb-96 09:26602
[TXT]_strnlen.ack.s23-Feb-96 09:26623
[TXT]bcmp.ack.s23-Feb-96 09:26803
[TXT]bcopy.ack.s23-Feb-96 09:26585
[TXT]bzero.ack.s23-Feb-96 09:26494
[TXT]index.ack.s23-Feb-96 09:26395
[TXT]memchr.ack.s23-Feb-96 09:26591
[TXT]memcmp.ack.s18-Mar-96 22:161039
[TXT]memcpy.ack.s23-Feb-96 09:26795
[TXT]memmove.ack.s23-Feb-96 09:26395
[TXT]memset.ack.s18-Mar-96 22:16773
[TXT]rindex.ack.s23-Feb-96 09:26422
[TXT]strcat.ack.s23-Feb-96 09:26390
[TXT]strchr.ack.s23-Feb-96 09:26912
[TXT]strcmp.ack.s23-Feb-96 09:26391
[TXT]strcpy.ack.s23-Feb-96 09:26430
[TXT]strlen.ack.s23-Feb-96 09:26387
[TXT]strncat.ack.s23-Feb-96 09:26418
[TXT]strncmp.ack.s23-Feb-96 09:26418
[TXT]strncpy.ack.s23-Feb-96 09:26551
[TXT]strnlen.ack.s23-Feb-96 09:26414
[TXT]strrchr.ack.s23-Feb-96 09:26769

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.

The #if __BCC__ junk has been added because BCC-AS has trouble guessing
if a jump should have a short or a long displacement.

--
$PchId: README,v 1.3 1996/02/23 08:26:08 philip Exp $