home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!sun-barr!ames!pacbell.com!tandem!zorch!amiga0!mykes
- From: mykes@amiga0.SF-Bay.ORG (Mike Schwartz)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: problem with movea.l
- Distribution: world
- Message-ID: <mykes.0cek@amiga0.SF-Bay.ORG>
- References: <1992Aug13.123046.12142@lri.fr> <1992Aug14.023802@uni-paderborn.de>
- X-NewsSoftware: GRn 1.16f (beta) by Mike Schwartz & Michael B. Smith
- Date: 13 Aug 92 20:45:03 PST
- Organization: Amiga makes it possible
- Lines: 33
-
- In article <1992Aug14.023802@uni-paderborn.de> aurel@uni-paderborn.de (Aurel Balmosan) writes:
- > In article <1992Aug13.123046.12142@lri.fr>, jpr@sun4.lri.fr (Jean-Pierre Riviere) writes:
- > |>
- > |> Do you know of an assembler which would allow me
- > |> to have a move and not a movea when the destination
- > |> is an address register ?
- > |> I can't do that neither with a8k nor Ncode.
- > |>
- > |> --
- > |> Jean-Pierre RIVIERE | ///
- > |> LRI - Universite Paris Sud | \\\///
- > |> e-mail : jpr@lri.lri.fr | \///
- >
- > The move.l code with a address register as it's destination can not use
- > all possible source forms. So i think you are using an illegal combination.
-
- An assembler is supposed to convert:
- move.l ea,An
- to:
- movea.l ea,An
- automatically. End of debate :)
-
- > --
- > Alexandru-Aurel Balmosan aurel@uni-paderborn.de
- > University of Paderborn (Germany)
-
- --
- Amiga programmer of: GRn, MailMinder, Budokan, Beyond Dark Castle, Dark Castle
- Sega Genesis programmer of: Dick Tracy and Marble Madness.
- Mike Schwartz (ames!zorch!amiga0!mykes or mykes@amiga0.sf-bay.org)
- 1124 Fremont Ave.
- Los Altos, CA 94024
-
-