Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willprice/architecture-hex-computer-tutorial
Build scripts and tutorial for the Hex-computer
https://github.com/willprice/architecture-hex-computer-tutorial
Last synced: about 20 hours ago
JSON representation
Build scripts and tutorial for the Hex-computer
- Host: GitHub
- URL: https://github.com/willprice/architecture-hex-computer-tutorial
- Owner: willprice
- Created: 2014-03-29T00:53:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-22T09:50:47.000Z (over 10 years ago)
- Last Synced: 2023-04-23T07:53:59.169Z (over 1 year ago)
- Language: Python
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hex computer
To make the process of understanding how the Hex computer simulators and
compilers work I've written some build scripts to make the file names more
readable. There are also scripts with functions that will run programs on the
simulators, they are to ease development of programs and help users understand
how the simulators work.## How to get this file
Pull in everything using
$ git clone --recursive
## Dependencies
[SCons](www.scons.org)
Debian/Ubuntu (and derivatives):$ sudo apt-get install scons
Arch Linux:
$ sudo pacman -S scons
Mac OS X:
$ sudo brew install scons
## How to build
Run the command:
scons
then have a look in the `build` folder produced.