home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!sun-barr!ames!purdue!hsdndev!dartvax!coos.dartmouth.edu!abs0
- From: abs0@coos.dartmouth.edu (Kelvin Leung)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: problem with movea.l
- Message-ID: <1992Aug13.194630.12721@dartvax.dartmouth.edu>
- Date: 13 Aug 92 19:46:30 GMT
- References: <1992Aug13.123046.12142@lri.fr>
- Sender: news@dartvax.dartmouth.edu (The News Manager)
- Organization: Dartmouth College, Hanover, NH
- Lines: 19
-
- 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.
-
- Just curious, why would you want to do that? I don't have enough
- experience to tell if 68000 allows you to do that. However, you could
- write a program which contains self-modifying code (leave some space in
- your program by putting several lines of "nop"). Try looking up
- a motorola 68k manual and putting a little code in your program which
- replaces the "NOP"s with a move.l <ea>,An (I don't know if this will work
- though...)
-
- Good luck,
- Kelvin
- e-mail: abs0@coos.dartmouth.edu
-