Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purcell/vm5294
"5294" Virtual Machine
https://github.com/purcell/vm5294
Last synced: about 2 months ago
JSON representation
"5294" Virtual Machine
- Host: GitHub
- URL: https://github.com/purcell/vm5294
- Owner: purcell
- License: mit
- Created: 2015-11-23T18:15:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-28T22:28:53.000Z (about 9 years ago)
- Last Synced: 2024-10-16T00:46:20.557Z (3 months ago)
- Language: Haskell
- Size: 12.7 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# "VM5294" virtual machine in Haskell
This is a toy multi-core virtual machine which executes instructions
such as those in the `examples/*.a` files. The code originated as an
internal Ruby coding challenge for our developers at
[Powershop](http://www.powershop.com/culture/) -- I couldn't resist
trying it in Haskell too.## Usage
```
> stack setup && stack install
> vm5294 examples/minimum_dualproc.a
... enter pairs of numbers followed by newlines ...
```