Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!rutgers!sri-spam!sri-unix!hplabs!sdcrdcf!burdvax!bpa!cbmvax!daveh From: daveh@cbmvax.cbm.UUCP (Dave Haynie) Newsgroups: net.micro.apple Subject: Re: Re: C128 vs Apple //e Message-ID: <842@cbmvax.cbmvax.cbm.UUCP> Date: Mon, 6-Oct-86 15:03:24 EDT Article-I.D.: cbmvax.842 Posted: Mon Oct 6 15:03:24 1986 Date-Received: Wed, 8-Oct-86 01:03:41 EDT References: <2084@ecsvax.UUCP> Organization: Commodore Technology, West Chester, PA Lines: 40 > >> I'm from a Commodore - 128 kind of scene I ran a program on both the >> apple //e and a C-128... >> >> 10 fort=1 to 500 >> 20 a=3.14159 >> 30 b=sqr(val(str$(a*a))) >> 40 nextt >> 50 end >> >> and the C-128 in the 80-col mode is almost 2x as fast >> by the way, the values of 'b' were almost identacle >> acually, the C-128 is almost (within 20%) as fast as >> an IBM PC. > > That makes sense because the C128 runs at 2mhz compared to 1 mhz standard for > the apple //. Drop in an accelerator however and the Apple runs twice as fast > as an IBM or the c128. Can you get a 4.08 MHz accelerator for the Apple (which is what you'd need for twice the speed of the C128)? Last I heard no one's delivering 6502s in production quantity that are speced to run above 3MHz. > The benchmark you list is not totally hardware dependent. The quality and > type of Basic will make a difference too. Exactly. The C128 vs. Apple comparison is very valid. You'll have to use Applesoft BASIC (floating point). This and the C128 BASIC both use the old Microsoft floating point routines; the operations involved will be just about identical. If the BASIC on the PC is Microsoft than the comparison is very valid; if you're using BASICA on the PC, its not, for the BASICA interpreter uses 7 digit floats verses the Microsoft 11 digit floats. > Rick -- ============================================================================ Dave Haynie {caip,ihnp4,allegra,seismo}!cbmvax!daveh These opinions are my own, though if you try them out, and decide that you really like them, a small donation would be appreciated.