Initial check-in of the MIPS simulator. Work still needs to be done on
authorJackie Smith Cashion <jsmith@redhat.com>
Wed, 8 Nov 1995 15:44:38 +0000 (15:44 +0000)
committerJackie Smith Cashion <jsmith@redhat.com>
Wed, 8 Nov 1995 15:44:38 +0000 (15:44 +0000)
commit8ad577372429099494bd5681ff01fc218e00eb62
treeee7af3b87ef8135dd8e92f19603adb340e508bb1
parent9cacb47b67666166e74269fde83a0378d37059ff
Initial check-in of the MIPS simulator. Work still needs to be done on
the run-time support code (interp.c) to provide better tracing, and
also to add profiling and architecture specific support. At the moment
the simulator has a fixed size, fixed address memory area, and
simulates a subset of the IDT monitor calls (enough to execute test
programs).

The other major feature (could even be a bug) is that the simulator
makes use of the GCC "long long" extension. Work has been started to
make this a build configuration option... but there is still a lot of
this to be done.
sim/mips/README.Cygnus [new file with mode: 0644]
sim/mips/configure.in [new file with mode: 0644]
sim/mips/gencode.c [new file with mode: 0644]
sim/mips/support.h [new file with mode: 0644]
This page took 0.024545 seconds and 4 git commands to generate.