Re: [Qemu-devel] [PATCH for-2.5 02/30] m68k: manage scaled index

2015-08-11 Thread Richard Henderson
On 08/09/2015 01:13 PM, Laurent Vivier wrote: Scaled index is not supported by 68000, 68008, and 68010. EA = (bd + PC) + Xn.SIZE*SCALE + od Ignore it: M68000 FAMILY PROGRAMMER’S REFERENCE MANUAL 2.4 BRIEF EXTENSION WORD FORMAT COMPATIBILITY "If the MC68000 were to execute an instruction

[Qemu-devel] [PATCH for-2.5 02/30] m68k: manage scaled index

2015-08-09 Thread Laurent Vivier
Scaled index is not supported by 68000, 68008, and 68010. EA = (bd + PC) + Xn.SIZE*SCALE + od Ignore it: M68000 FAMILY PROGRAMMER’S REFERENCE MANUAL 2.4 BRIEF EXTENSION WORD FORMAT COMPATIBILITY "If the MC68000 were to execute an instruction that encoded a scaling factor, the scaling facto