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