Path: csiph.com!1.us.feeder.erje.net!feeder.erje.net!news.misty.com!news.iecc.com!.POSTED.news.iecc.com!nerds-end From: anton@mips.complang.tuwien.ac.at (Anton Ertl) Newsgroups: comp.compilers Subject: Re: fledgling assembler programmer Date: Wed, 22 Mar 2023 10:02:15 GMT Organization: Institut fuer Computersprachen, Technische Universitaet Wien Sender: johnl@iecc.com Approved: comp.compilers@iecc.com Message-ID: <23-03-004@comp.compilers> References: <23-03-001@comp.compilers> <23-03-002@comp.compilers> Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="28000"; mail-complaints-to="abuse@iecc.com" Keywords: assembler, history Posted-Date: 22 Mar 2023 15:06:17 EDT X-submission-address: compilers@iecc.com X-moderator-address: compilers-request@iecc.com X-FAQ-and-archives: http://compilers.iecc.com Xref: csiph.com comp.compilers:3406 gah4 writes: >Not so long after I started learning OS/360 Fortran and PL/I, I found >the compiler option for printing out the generated code in sort-of >assembly language. (Not actually assembleable, though.) ... >Compilers today don't write out the generated code in the same way, Unix (Linux) compilers like gcc usually write assembly-language code if you use the option -S. This code can be assembled, because AFAIK that's the way these compilers produce object code. - anton -- M. Anton Ertl anton@mips.complang.tuwien.ac.at http://www.complang.tuwien.ac.at/anton/