[comp.archives] [alt.msdos.programmer...] Standard Library for 8086 ASM

gusta@ucrmath.ucr.edu (toby gustafson) (03/20/91)

Archive-name: sys/msdos/8086-asm-stdlib/1991-03-20
Archive: ucrmath.ucr.edu:/PC/stdlib* [138.23.146.1]
Original-posting-by: gusta@ucrmath.ucr.edu (toby gustafson)
Original-subject: Standard Library for 8086 ASM
Reposted-by: emv@msen.com (Edward Vielmetti, MSEN)


To: Assembly Language Programmers

A collection of standard library routines (similar to the C Standard Library)
for 8086 Assembly programmers is now available via anonymous ftp.  Routines
are provided for input/output operations (getc, gets, putc, puts, etc), string
manipulations (strlen, strcmp, etc.), and dynamic memory management (malloc,
free, etc.).  Documentation is provided.

To obtain the package, type the following:


   ftp ucrmath.ucr.edu 
   anonymous                (when you are asked for your Name)
   <your login name>        (when you are asked for your Password)
   cd PC
   get stdlib.doc
   get stdlib.zip


The file stdlib.doc contains the documentation for the routines; the file
stdlib.zip contains the actual package (in zip format).  These routines have
been well tested, but that does not exclude the possibility, of course, that 
they may still contain a few minor bugs.  If you happen to come across any,
please send e-mail to Mr. Randy Hyde at

   rhyde@ucrmath.ucr.edu

Mr. Hyde wrote most of the routines and supervised most of the testing while
teaching a software development class here at UC Riverside.  


-Toby Gustafson
 gusta@ucrmath.ucr.edu

-Theresa Kim
 theresa@ucrmath.ucr.edu