Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!zaphod.mps.ohio-state.edu!caen!ox.com!msen.com!emv From: gusta@ucrmath.ucr.edu (toby gustafson) Newsgroups: comp.archives Subject: [alt.msdos.programmer...] Standard Library for 8086 ASM Message-ID: <1991Mar20.074436.7090@ox.com> Date: 20 Mar 91 07:44:36 GMT References: <12901@ucrmath.ucr.edu> Sender: emv@msen.com (Edward Vielmetti, MSEN) Reply-To: gusta@ucrmath.ucr.edu (toby gustafson) Followup-To: alt.msdos.programmer Organization: University of California, Riverside Lines: 43 Approved: emv@msen.com (Edward Vielmetti, MSEN) X-Original-Newsgroups: alt.msdos.programmer,comp.os.msdos.programmer,comp.sys.ibm.pc.misc 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) (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