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

  1. Path: sparky!uunet!sun-barr!ames!pacbell.com!tandem!zorch!amiga0!mykes
  2. From: mykes@amiga0.SF-Bay.ORG (Mike Schwartz)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: problem with movea.l
  5. Distribution: world
  6. Message-ID: <mykes.0cek@amiga0.SF-Bay.ORG>
  7. References:  <1992Aug13.123046.12142@lri.fr> <1992Aug14.023802@uni-paderborn.de>
  8. X-NewsSoftware: GRn 1.16f (beta) by Mike Schwartz & Michael B. Smith
  9. Date: 13 Aug 92 20:45:03 PST
  10. Organization: Amiga makes it possible
  11. Lines: 33
  12.  
  13. In article <1992Aug14.023802@uni-paderborn.de> aurel@uni-paderborn.de (Aurel Balmosan) writes:
  14. > In article <1992Aug13.123046.12142@lri.fr>, jpr@sun4.lri.fr (Jean-Pierre Riviere) writes:
  15. > |>
  16. > |> Do you know of an assembler which would allow me
  17. > |> to have a move and not a movea when the destination
  18. > |> is an address register ?
  19. > |> I can't do that neither with a8k nor Ncode.
  20. > |>
  21. > |> --
  22. > |>   Jean-Pierre RIVIERE        |     ///
  23. > |>   LRI - Universite Paris Sud | \\\///
  24. > |>   e-mail : jpr@lri.lri.fr    |  \///
  25. >
  26. > The move.l code with a address register as it's destination can not use
  27. > all possible source forms. So i think you are using an illegal combination.
  28.  
  29. An assembler is supposed to convert:
  30.     move.l    ea,An
  31. to:
  32.     movea.l    ea,An
  33. automatically.  End of debate :)
  34.  
  35. > --
  36. >     Alexandru-Aurel Balmosan        aurel@uni-paderborn.de
  37. >     University of Paderborn (Germany)
  38.  
  39. --
  40. Amiga programmer of: GRn, MailMinder, Budokan, Beyond Dark Castle, Dark Castle
  41. Sega Genesis programmer of: Dick Tracy and Marble Madness.
  42. Mike Schwartz  (ames!zorch!amiga0!mykes or mykes@amiga0.sf-bay.org)
  43. 1124 Fremont Ave.
  44. Los Altos, CA 94024
  45.  
  46.