From: GAMMELJL AT SLU DOT EDU Date: Wed, 15 Mar 2000 08:07:06 -0600 (CST) Subject: amd processors and assembly language To: djgpp AT delorie DOT com Message-id: <01JN1Z3IB2LU9ASRLK@SLU.EDU> Organization: SAINT LOUIS UNIVERSITY St. Louis, MO X-VMS-To: IN%"djgpp AT delorie DOT com" MIME-version: 1.0 Reply-To: djgpp AT delorie DOT com DJ has now posted jlggenp.zip on the djgpp simtel site. This is a package of C++ routines which make it possible to compute to an arbitrary number of significant figures (limited by the amount of RAM available to the user's program, of course). All arithmetic operations such as +,-,*./ are overloaded and all of the elementary transcendental functions are overloaded. Provisions for printing such numbers to screen and disk are made. Manuals are included in the package. To access the package, go to delorie.com, select search, search everything else for v2gnu, and select v2tk from djgpp official releases (either view the package or download it). Many thanks to those at delorie.com who have helped so much over the years as this package was developed, beginning with my query about how to get access to 128 mb of RAM when that was a lot of memory. By the way, the package works with Intel Pentium or AMD processors It also works (with some slight changes such as not including malloc.c) in Linux.