binutils-gdb/sim/h8300
Michael Snyder f408565cc8 2003-07-18 Michael Snyder <msnyder@redhat.com>
* compile.c (decode): Enhancements for mova.
        Initialize cst, reg, and rdisp inside the loop, for each
        new instruction.  Defer correction of the disp2 values until
        later, and then adjust them by the size of the first operand,
        rather than the size of the instruction.
        (sim_resume): For mova, adjust the size of the second operand
        according to the type of the first operand (INDEXB vs. INDEXW).
        In cases where there is only one operand, the other two must
        both be composed on the fly.
2003-07-29 21:03:39 +00:00
..
ChangeLog 2003-07-18 Michael Snyder <msnyder@redhat.com> 2003-07-29 21:03:39 +00:00
Makefile.in 2003-06-03 Michael Snyder <msnyder@redhat.com> 2003-06-03 21:38:27 +00:00
acconfig.h
compile.c 2003-07-18 Michael Snyder <msnyder@redhat.com> 2003-07-29 21:03:39 +00:00
config.in
configure
configure.in
inst.h Added Commandline Support. 2003-03-20 06:00:25 +00:00
sim-main.h 2003-06-24 Michael Snyder <msnyder@redhat.com> 2003-07-02 19:04:58 +00:00
tconfig.in
writecode.c