From: utzoo!decvax!sultan!dag Newsgroups: net.micro Title: Re: Lisa benchmark Article-I.D.: sultan.135 Posted: Mon Feb 7 22:09:17 1983 Received: Sat Feb 12 03:40:04 1983 References: sri-arpa.375 I just ran the same benchmark program in Decus-C on an unloaded LSI-11 and got back in about 14 seconds (hard to tell with a digital clock). I hand- wrote the thing in macro to do double integer and it took over 30 seconds, but not much. the PDP-11 macro looked like the following... mov #1000,r1 clr r0 1$: dec r0 bne 1$ dec r1 bne 1$ halt (that was on an 11/23 stand-alone) Daniel Glasser ...!decvax!sultan!dag