Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!uwm.edu!bionet!agate!ucbvax!NIHCU.BITNET!RAF From: RAF@NIHCU.BITNET (Roger Fajman) Newsgroups: comp.lang.asm370 Subject: Re: memo on my structure assembler macros Message-ID: <9104230045.AA06437@ucbvax.Berkeley.EDU> Date: 23 Apr 91 00:42:31 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: IBM 370 Assembly Programming Discussion List Distribution: inet Organization: The Internet Lines: 12 > Gaak... Looks almost like PL/360.. ;) Only superficially, I think. As I recall PL/360, it uses a lot of one or two character operators to represent the instructions. ALP uses regular machine instructions and macros, with the addition of the special control structures (which generate only branching instructions). It's probably the Algol-like syntax that makes you think of PL/360. I didn't care for PL/360 either. :-) By the way, one of the advantages of ALP over a macro package is that, being a preprocessor, it can (and does) have control structures for macro definitions too. They generate AIFs and ANOPs.