[comp.lang.c] help with linking!!

gt4609c@prism.gatech.EDU (Scott Coffeen) (03/13/91)

Hi.

  I have written some code is assembler that reads a GIF file and displays
  it. I have compiled it and made in a .OBJ file. I now want to write some
  C code to control the GIF reader. How do I link the new C .OBJ file to
  the assembler .OBJ file such that they will know that they are working
  together? (i.e. what do I need to write in C to say I want to call the
  assembler .OBJ file?) (I know how to use link, I don't know how to
  associate .OBJ files). Please help!!!!

  Thank you.