gusta@ucrmath.ucr.edu (toby gustafson) (03/20/91)
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