Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!cbatt!ihnp4!ptsfa!ames!think!husc6!rutgers!topaz.rutgers.edu!brandx.rutgers.edu!webber From: webber@brandx.rutgers.edu.UUCP Newsgroups: comp.unix.questions,comp.edu,comp.lang.misc Subject: Re: Teaching Assembler on VAX (BSD 4.3) Message-ID: <234@brandx.rutgers.edu> Date: Fri, 15-May-87 08:05:55 EDT Article-I.D.: brandx.234 Posted: Fri May 15 08:05:55 1987 Date-Received: Sat, 16-May-87 16:45:27 EDT References: <351@aucs.UUCP> <588@maccs.UUCP> Organization: Rutgers Univ., New Brunswick, N.J. Lines: 18 Xref: utgpu comp.unix.questions:2039 comp.edu:325 comp.lang.misc:384 Summary: m4 should work fine for macros. In article <588@maccs.UUCP>, ns@maccs.UUCP (Nicholas Solntseff) writes: > Two years ago I ran our assembler programming course under BSD4.2 and vowed > never to do it again. > > There is NO macro assembler available for the VAX (unlike the PDP-11). I > scoured the entire planet via USENET, COMPUSERVE, and Telecom -- to no > avail. Now that is a real puzzler. Did you try: man -k macro which should have turned up m4. Granted it isn't as fancy as SAIL macros, but surely it is good enough for people playing with assembler code. > The conclusion was -- for a user-friendly assembler I would have to go VMS! Sigh. I think I would write sed scripts before I went to that extreme. Besides, C was always the default user-friendly assembler on unix machines. ------------------ BOB (webber@aramis.rutgers.edu ; rutgers!aramis!webber)