home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / amiga / programm / 13312 < prev    next >
Encoding:
Text File  |  1992-09-13  |  904 b   |  22 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!mcsun!fuug!funic!nic!vinsci
  3. From: vinsci@nic.funet.fi (Leonard Norrgard)
  4. Subject: Re: GCC's as(sembler) where are the Docs?
  5. In-Reply-To: hoffmann@nutmeg.ntu.edu.au's message of 13 Sep 92 19:41:57 +0900
  6. Message-ID: <VINSCI.92Sep13154935@nic.nic.funet.fi>
  7. Sender: vinsci@nic.funet.fi (Leonard Norrgard)
  8. Organization: Soft Service, Inc.
  9. References: <1992Sep13.194158.3755@darwin.ntu.edu.au>
  10. Date: 13 Sep 92 15:49:35
  11. Lines: 9
  12.  
  13. GCC's assembler isn't really meant for humans, although it can be used
  14. if you follow some simple rules.  (The assembler is, unlike most
  15. assemblers, a single-pass assembler.  The rules are for making this
  16. possible.)  Documentation can be found in the unix gas distribution,
  17. available on many ftp sites.
  18.   Also, note that gas uses MIT syntax, not Motorola assembler syntax.
  19. This may take some time to get used to.
  20.  
  21. -- Leonard
  22.