Skip to content

Subtech-tk/SIC-VM

Repository files navigation

SIC-VM

A interpreter shell designed to run SIC program

Language used

Written in Hack lang

Running instructions

SIC concept

The Simplified Instructional Computer (also abbreviated SIC) is a hypothetical computer system introduced in System Software: An Introduction to Systems Programming, by Leland Beck. Due to the fact that most modern microprocessors include subtle, complex functions for the purposes of efficiency, it can be difficult to learn systems programming using a real-world system. The Simplified Instructional Computer solves this by abstracting away these complex behaviors in favor of an architecture that is clear and accessible for those wanting to learn systems programming. More

Contributions

Contributions are welcome. Please read Contributions Guidelines before contributing.

LICENSE

Copyright (C) 2016

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

A VM designed to run SIC program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages