home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / amiga / programm / 12489 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  1.3 KB

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