Sigma17 is a re-write of the original emulator written by John O' Donnell. The overall aim of Sigma17 is to re-write the entire web based app but keep apps functionality. This is so that it is easier and more intuitive to code in Sigma16 with the web based app.
Sigma16 is a computer architecture designed for research and teaching in computer systems. This application aims to provide a complete environment for experimenting with the architecture.
Currently, the emulator can be used by visiting the Sigma17 website which is hosted by github as a github.io
project site and is kept up to date with all major changes.
Also, the emulator can be ran locally using npm
and React.js
from the source directory which will support more minor changes that will not effect the overall ability of the github.io
site.
Visit the website.
The following software needs to be installed in order to build the local server :
node.js
npm
After these are installed, to compile the program, execute the following commands in the repository directory:
npm install
npm start
This will start the local React.js
development server and should open a window in your default browser to localhost:3000, in which the website can be used as normal.
Comparison of time to find which is the times to compute a standard program between each emulator
Measured by stopwatch
3:44.49
Measured by console.time()
to nearest two decimal places
58.17 ms
lea R1,heap[R0]
lea R2,1[R0]
lea R3,65535[R0]
sub R1,R1,R2
loop
add R1,R1,R2
store R1,0[R1]
cmp R1,R3
jumpne loop[R0]
trap R0,R0,R0
heap
Comparison of time and tab's memory usage to find the times and memory impacts to compute a program in each emulator
Measured by stopwatch and Google Chrome Task Manager Tool
25:10.23; 340MB
Measured by console.time()
and Google Chrome Task Manager Tool
221.80 ms; 81MB
This React.js
version of the Sigma16 emulator has been and is being written by Jim Carty. Email: [email protected]
This project is licensed under the terms of the GNU Public License. See LICENSE.txt
for the full license.