Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site cornell.UUCP Path: utzoo!watmath!clyde!burl!hou3c!hocda!houxm!hogpc!houti!ariel!vax135!cornell!rej From: rej@cornell.UUCP Newsgroups: net.micro.68k,net.lang,net.lang.c,net.unix Subject: Re: Assembler vs C Message-ID: <7623@cornell.UUCP> Date: Thu, 19-Apr-84 09:44:56 EST Article-I.D.: cornell.7623 Posted: Thu Apr 19 09:44:56 1984 Date-Received: Fri, 20-Apr-84 01:41:04 EST References: <1593@burdvax.UUCP> Organization: Cornell Univ. CS Dept. Lines: 10 C can replace assembler. The only use for assembler on VAXen is to write the context switching routines and to improve the speed of a few commonly used subroutines. People that I know programming in C on a 68000 never seem to use assembler. The Cornell Program Synthesiser is written in C and runs on many PDP-11s across campus. Its device drivers and overlay routines are written in C, with only the process switching routines being in assembler. Ralph Johnson cornell!rej