summaryrefslogtreecommitdiffstats
path: root/sim/m68hc11
Commit message (Collapse)AuthorAgeFilesLines
* * dv-m68hc11eepr.c (m68hc11eepr_info): Fix print of current writeStephane Carrez2001-07-282-5/+11
| | | | | address. (m68hc11eepr_port_event): Fix detach/attach logic.
* * Makefile.in (SIM_OBJS): Remove sim-resume.oStephane Carrez2001-07-223-1/+88
| | | | | | | * interp.c (sim_resume): New function from sim-resume.c, install the stepping event after having processed the pending ticks. (has_stepped): Likewise. (sim_info): Produce an output only if verbose or STATE_VERBOSE_P.
* * Makefile.in (gencode): Provide explicit path to gencode.c.Andrew Cagney2001-07-102-1/+5
|
* Improve HC11 simulator to support HC12Stephane Carrez2001-05-206-201/+1710
|
* * dv-m68hc11sio.c (m68hc11sio_tx_poll): Always check forStephane Carrez2001-05-204-23/+63
| | | | | | | | | | | | | pending interrupts. * interrupts.c (interrupts_process): Keep track of the last number of masked insn cycles. (interrupts_initialize): Clear last number of masked insn cycles. (interrupts_info): Report them. (interrupts_update_pending): Compute clear and set masks of interrupts and clear the interrupt bits before setting them (due to SCI interrupt sharing). * interrupts.h (struct interrupts): New members last_mask_cycles and xirq_last_mask_cycles.
* Preliminary support for 68HC12Stephane Carrez2000-11-266-16/+29
|
* Register a delete handler for 68HC11 core device nodeStephane Carrez2000-11-262-1/+19
|
* Fix device memory allocation in 68hc11 simulatorStephane Carrez2000-11-243-4/+10
|
* Missing Makefile.in for 68hc11 simulatorStephane Carrez2000-09-122-0/+64
|
* Remove soft reg hack in the 68hc11 simulatorStephane Carrez2000-09-103-60/+8
|
* Fix clearing of interrupts in 68hc11 simulatorStephane Carrez2000-09-102-4/+21
|
* * sim-main.h: Define cycle_to_string.Stephane Carrez2000-09-097-26/+70
| | | | | | | | | | * dv-m68hc11tim.c (cycle_to_string): New function to translate the cpu cycle into some formatted time string. (m68hc11tim_print_timer): Use it. * dv-m68hc11sio.c (m68hc11sio_info): Use cycle_to_string. * dv-m68hc11spi.c (m68hc11spi_info): Likewise. * interrupts.c (interrupts_info): Likewise. * m68hc11_sim.c (cpu_info): Likewise.
* Fix 68hc11 timer device (accuracy, io, timer overflow)Stephane Carrez2000-09-062-115/+197
|
* Fix 68HC11 SPI simulatorStephane Carrez2000-09-052-8/+38
|
* Use address mapping levels for 68hc11 simulator (kill overlap hack)Stephane Carrez2000-08-119-39/+67
|
* Add m68hc11 configry.Andrew Cagney2000-07-272-0/+4357
|
* New simulator.Andrew Cagney2000-07-2716-0/+7449
OpenPOWER on IntegriCloud