On Sun, May 28, 2000 at 19:59:25 +0200, Zeljko Juric wrote: > > addq.l #8,a7 > > does not exist (a first argument of addq is limited to 0-7, because > 3 bits are reserved for it). So, I used "addq.l #8,a7" DOES exist. It's "addq.l #0,a7" that doesn't exist. /Johan