Datapath Simulator
This is a program I wrote for an undergraduate computer architecture
course. It uses curses and can be a helpful tool for those using the
textbook Structured Computer Organization by Andrew Tanenbaum (Prentice Hall).
The gzipped tar-file (21K) creates a
directory called DPSim and contains the following files:
- doc: documentation
- README: instructions for use
- Makefile
- dpcur.c: the main program
- structs.h: header file with structures
- constants.h: constants
- init.c: initializations of structures
- file.c: file administration module
- edit.c: the editors
- display.c: display module
- mac: a sample Mac-1-based assembly language program
- MCP: Mic-1 microprogram (based on the MAL program in the textbook)
- MAL: the MAL form of the microprogram (from the textbook)
Note: I have not tested this on non-UN*X platforms.
Copyright (c) 1995 by Emily Ezust
This software is hereby licensed for non-commercial use
only. It may be freely distributed but it may not be used
for monetary profit. Commercial use of this software is
not permitted without an explicit written agreement with
the author.
Emily Ezust, emily (AT) lieder (DOT) net
http://www.recmusic.org/mindel/