home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: nntp.teleport.com!sschaem
  2. From: sschaem@teleport.com (Stephan Schaem)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Assembler Linking, which?
  5. Date: 31 Dec 1995 23:12:26 GMT
  6. Organization: Teleport - Portland's Public Access (503) 220-1016
  7. Message-ID: <4c75cq$l7b@maureen.teleport.com>
  8. References: <4c3l3rINNh90@newsman.murdoch.edu.au> <898.6573T1068T323@norconnect.no>
  9. NNTP-Posting-Host: linda.teleport.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Kenneth C. Nilsen (kenneth@norconnect.no) wrote:
  13. :  MH> Im probably an ok asm coder, but what I cant figure out is this.
  14.  
  15. :  MH> Using asmOne that I have from aminet , Im wondering how you can
  16. :  MH> link an external object module to the asm code.
  17.  
  18. :  MH> I know that in C it is possible to join various object.o files for use by
  19. :  MH> my c program using a program called BLINK ok, but how is it done in
  20. :  MH> asmOne.
  21.  
  22. : Same way in assembler. Save your sources as objects and link them with eg.
  23. : BLink. I have very little experience with linking in this way, but of what I
  24. : remember doing this a few years ago, it should work ok.
  25.  
  26. : Use the command >WL (write link) in AsmOne.
  27.  
  28.  LEts not forget the XREF/XDEF 'keywords', and I recommand ALink (On aminet)
  29.  much better product then blink/slink 
  30.  
  31.  Stephan
  32.