View Single Post
Old 28 June 2010, 11:51   #11
meynaf
son of 68k
 
meynaf's Avatar
 
Join Date: Nov 2007
Location: Lyon / France
Age: 51
Posts: 5,335
Quote:
Originally Posted by Wepl View Post
a mea (move effective address, e.g. mea (_xx,pc),(12,a0)) would be nice
but I doubt that any new instruction make sense, compatibility for user programs is enough
This one doesn't look like if it would be used quite often, but in fact you already have it if you want :
Code:
mea macro
 pea \1
 move.l (a7)+,\2
 endm
meynaf is offline  
 
Page generated in 0.05056 seconds with 11 queries