home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!rutgers!cbmvax!chrisg
- From: chrisg@cbmvax.commodore.com (Chris Green)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Assembler programming.
- Message-ID: <34516@cbmvax.commodore.com>
- Date: 20 Aug 92 13:19:48 GMT
- References: <1676@grivel.une.edu.au>
- Reply-To: chrisg@cbmvax.commodore.com (Chris Green)
- Organization: Commodore, West Chester, PA
- Lines: 17
-
- In article <1676@grivel.une.edu.au> cfiddyme@neumann.une.edu.au (Chris Fiddyment) writes:
- >
- > Has anyone had a look at the disks brought out by the Amiga Coders Club.
- > They are from England. I am a beggining assembler programmer and need some
- > help compiling them with A68k.
- > e.g. This line gives the error:
- > MOVE.L (a0,d0),d0
- > ^ Undefined symbol.
- try MOVE.L 0(a0,d0),d0. Some assemblers are overly picky.
- --
- *-------------------------------------------*---------------------------*
- |Chris Green - Graphics Software Engineer - chrisg@commodore.COM f
- | Commodore-Amiga - uunet!cbmvax!chrisg n
- |My opinions are my own, and do not - icantforgettheimpression o
- |necessarily represent those of my employer.- youmadeyouleftaholeinthe r
- |"A screaming comes across the sky..." - backofmyhead d
- *-------------------------------------------*---------------------------*
-