Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!brutus.cs.uiuc.edu!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!uicbert.eecs.uic.edu!dillenbu From: dillenbu@uicbert.eecs.uic.edu Newsgroups: comp.sys.atari.st Subject: Re: Mixing C and Assembly Message-ID: <63300011@uicbert.eecs.uic.edu> Date: 3 May 90 02:04:00 GMT References: <3140@rodan.acs.syr.edu> Lines: 11 Nf-ID: #R:rodan.acs.syr.edu:3140:uicbert.eecs.uic.edu:63300011:000:602 Nf-From: uicbert.eecs.uic.edu!dillenbu May 2 21:04:00 1990 I use Assempro from Abacus and MWC together. I compile the Assempro source code into PC-relocatable form with a header at the beginning containing the addresses of each routine. Then, I run a MWC program that converts the object file into MWC format. I am then able to link these files and MWC object files together. Unless you planning on doing some heavy duty assembly language programming, I suggest you stick to the MWC assembler. The only nice thing Assempro offers is macros. By the way, I had to create the conversion program myself. dillenbu@uicbert.eecs.uic.edu John Dillenburg