home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!portal!cup.portal.com!Aurelius
- From: Aurelius@cup.portal.com (Mark Christian Barnes)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: problem with movea.l
- Message-ID: <64002@cup.portal.com>
- Date: Thu, 13 Aug 92 22:09:56 PDT
- Organization: The Portal System (TM)
- Distribution: world
- References: <1992Aug13.123046.12142@lri.fr>
- Lines: 14
-
- Hi Jean,
-
- Any 68000 compiler that lets you write a statement:
-
- move.l x,a0
-
- is really going to generate the machine code for:
-
- movea.l x,a0
-
- because this is the actual instruction required. These
- assemblers are just being *kind* to you. ;-)
-
- Aurelius@cup.portal.com
-