Add support for emulating the MSP430 hardware multiply feature.
authorNick Clifton <nickc@redhat.com>
Thu, 8 May 2014 07:53:16 +0000 (08:53 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 8 May 2014 07:53:16 +0000 (08:53 +0100)
commit8969934d3180d80b4cb5da225e25379a880b5476
treef6b461f335bd20ab857c7c3840f711ad66162ec5
parent999b995ddc4a8a2f146ebf9a46c9924c6a7c65a6
Add support for emulating the MSP430 hardware multiply feature.

* msp430-sim.c (sim_open): Do not allocate memory over the
hardware multiply registers.
(get_op): Add support for reads from the hardware multiply
registers.
(put_op): Add support for writes to the hardware multiply
registers.
(msp430_step_once): Add support for the RETI instruction used by
the CPUX architecture.
sim/msp430/ChangeLog
sim/msp430/msp430-sim.c
This page took 0.024272 seconds and 4 git commands to generate.