Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!samsung!dali.cs.montana.edu!masscomp!rpi!fitz From: fitz@mml0.meche.rpi.edu (Brian Fitzgerald) Newsgroups: comp.lang.fortran Subject: expand an object library inline Summary: How to do it? Message-ID: <50X%86+@rpi.edu> Date: 14 Oct 90 02:47:40 GMT Organization: Rensselaer Polytechnic Institute, Troy NY Lines: 16 How can I convert an object library member into an inline assembler code template? I got this far: - Extracted the library members with ar x - Disassembled the objects with 68kdisassem (from uunet) Is there a recipe for editing the assembler listing to convert it into an inline template? Is there another approach? I can not obtain the source code for the object library. Hardware: Sun3, mc68020 Software: Sun f77 Brian Fitzgerald