From: utzoo!decvax!harpo!seismo!hao!hplabs!sri-unix!mclure Newsgroups: net.micro Title: Re: Lisa benchmark - (nf) Article-I.D.: sri-unix.5279 Posted: Wed Mar 9 06:50:45 1983 Received: Fri Mar 11 20:41:52 1983 #R:sri-arpa:-37400:sri-unix:16000001:000:475 sri-unix!mclure Feb 5 13:47:00 1983 I thought BDS C on a Z-80 had ints as 8-bit rather than 16-bit? I've never used BDS C so I can't say for sure. For comparison purposes, a DEC-20 assembly program to do that takes 5.8 cpu seconds. That's all in a register: (movei 1, =10000000; sojn 1, .) When moving it to and from a memory location, it takes 15.9 cpu seconds. The equivalent program in C with i as a long and with cc -O took 85.7 cpu seconds on a 11/70. Pretty good performance by Lisa I'd say. Stuart