Path: utzoo!attcan!uunet!husc6!uwvax!dogie!uwmcsd1!ig!agate!ucbvax!CC.UTAH.EDU!WHEELER From: WHEELER@CC.UTAH.EDU Newsgroups: comp.os.vms Subject: merging assembly with high-level languauges Message-ID: <8805231909.AA22738@ucbvax.Berkeley.EDU> Date: 19 May 88 16:36:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 15 Posting-Version: unknown; site unknown Subject: merging assembly with high-level languauges Trying to assemble the listing that comes from cc/list/mach will not work. The only compiler that can produce machine language listing that can be assembled without problems is Bliss. (A truely wonderful language!) What you want to do is write you machine language routines and then call them from C. You can get a good feel for what to write by looking at the code generated from the compilers. I learned PDP assembly by looking at the output from a FORTRAN compiler. Bob Wheeler Howard Hughes Medical Institute at Salt Lake City bob%howard@cc.utah.edu