On 01/13/2017 10:36 AM, Laurent Vivier wrote: > On 680x0 family only. > > Address Register indirect With postincrement: > > When using the stack pointer (A7) with byte size data, the register > is incremented by two. > > Address Register indirect With predecrement: > > When using the stack pointer (A7) with byte size data, the register > is decremented by two. > > Signed-off-by: Laurent Vivier <[email protected]> > Reviewed-by: Thomas Huth <[email protected]> > --- > target/m68k/translate.c | 14 ++++++++++++-- > 1 file changed, 12 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
