| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | 08-Nov-11 15:57 | - | ||
| Makefile | 23-Feb-96 09:26 | 2341 | ||
| README | 23-Feb-96 09:26 | 365 | ||
| _memmove.ack.s | 18-Mar-96 22:14 | 1134 | ||
| _strncat.ack.s | 23-Feb-96 09:26 | 900 | ||
| _strncmp.ack.s | 23-Feb-96 09:26 | 766 | ||
| _strncpy.ack.s | 23-Feb-96 09:26 | 602 | ||
| _strnlen.ack.s | 23-Feb-96 09:26 | 623 | ||
| bcmp.ack.s | 23-Feb-96 09:26 | 803 | ||
| bcopy.ack.s | 23-Feb-96 09:26 | 585 | ||
| bzero.ack.s | 23-Feb-96 09:26 | 494 | ||
| index.ack.s | 23-Feb-96 09:26 | 395 | ||
| memchr.ack.s | 23-Feb-96 09:26 | 591 | ||
| memcmp.ack.s | 18-Mar-96 22:16 | 1039 | ||
| memcpy.ack.s | 23-Feb-96 09:26 | 795 | ||
| memmove.ack.s | 23-Feb-96 09:26 | 395 | ||
| memset.ack.s | 18-Mar-96 22:16 | 773 | ||
| rindex.ack.s | 23-Feb-96 09:26 | 422 | ||
| strcat.ack.s | 23-Feb-96 09:26 | 390 | ||
| strchr.ack.s | 23-Feb-96 09:26 | 912 | ||
| strcmp.ack.s | 23-Feb-96 09:26 | 391 | ||
| strcpy.ack.s | 23-Feb-96 09:26 | 430 | ||
| strlen.ack.s | 23-Feb-96 09:26 | 387 | ||
| strncat.ack.s | 23-Feb-96 09:26 | 418 | ||
| strncmp.ack.s | 23-Feb-96 09:26 | 418 | ||
| strncpy.ack.s | 23-Feb-96 09:26 | 551 | ||
| strnlen.ack.s | 23-Feb-96 09:26 | 414 | ||
| strrchr.ack.s | 23-Feb-96 09:26 | 769 |
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 $