TIc80 simulator checkpoint - runs 3 instructions - trap, addu, br.a.
authorAndrew Cagney <cagney@redhat.com>
Tue, 22 Apr 1997 17:46:07 +0000 (17:46 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 22 Apr 1997 17:46:07 +0000 (17:46 +0000)
commit15c1649391b66df7e721377daa248721ab3e58eb
treecbc9fca2a3287bf2882499101225fd5213f44ad4
parent81f464815db9a9fc4209c7eb6eb7ea341b78b76e
TIc80 simulator checkpoint - runs 3 instructions - trap, addu, br.a.
27 files changed:
gdb/ChangeLog
gdb/config/tic80/tic80.mt
sim/.Sanitize
sim/ChangeLog
sim/Makefile.in
sim/common/ChangeLog
sim/configure
sim/configure.in
sim/igen/ChangeLog
sim/igen/gen-idecode.c
sim/igen/gen-semantics.c [new file with mode: 0644]
sim/igen/gen-support.c [new file with mode: 0644]
sim/igen/igen.c
sim/tic80/.Sanitize [new file with mode: 0644]
sim/tic80/ChangeLog [new file with mode: 0644]
sim/tic80/Makefile.in [new file with mode: 0644]
sim/tic80/alu.h [new file with mode: 0644]
sim/tic80/config.in [new file with mode: 0644]
sim/tic80/configure [new file with mode: 0755]
sim/tic80/configure.in [new file with mode: 0644]
sim/tic80/cpu.h [new file with mode: 0644]
sim/tic80/dc [new file with mode: 0644]
sim/tic80/ic [new file with mode: 0644]
sim/tic80/insns [new file with mode: 0644]
sim/tic80/interp.c [new file with mode: 0644]
sim/tic80/sim-calls.c [new file with mode: 0644]
sim/tic80/sim-main.h [new file with mode: 0644]
This page took 0.027162 seconds and 4 git commands to generate.