Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patrickt/hix
An emulator for Knuth’s MIX architecture in Haskell.
https://github.com/patrickt/hix
Last synced: 3 days ago
JSON representation
An emulator for Knuth’s MIX architecture in Haskell.
- Host: GitHub
- URL: https://github.com/patrickt/hix
- Owner: patrickt
- License: other
- Created: 2018-11-12T21:18:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-12T21:28:53.000Z (about 6 years ago)
- Last Synced: 2024-12-24T12:30:17.820Z (5 days ago)
- Language: Haskell
- Size: 5.86 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hix
The [MIX architecture][mix] is a hypothetical computer used in Donald
Knuth's _The Art of Computer Programming_. This is an attempt to
implement an emulator for MIX in a highly typesafe style, using
type-level integers and size-tagged vectors to indicate whether a
given MIX processor is running in binary or decimal mode.[mix]: https://en.wikipedia.org/wiki/MIX
Things that are done:
* Bytes, words, registers, the MIX CPU
Things that are not done:
* Input/output devices
* Reading instructions from disk
* Instruction decoding/execution
* Pretty much everything else# License
Released under the [Solopsistic Public License][spl].
[spl]: https://github.com/matildah/SPL