Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jac18281828/mixmiester
GNU MDK Development Playground Container
https://github.com/jac18281828/mixmiester
Last synced: about 1 month ago
JSON representation
GNU MDK Development Playground Container
- Host: GitHub
- URL: https://github.com/jac18281828/mixmiester
- Owner: jac18281828
- License: bsd-3-clause
- Created: 2024-01-02T17:53:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-03T19:19:54.000Z (about 1 year ago)
- Last Synced: 2024-10-15T19:13:58.493Z (3 months ago)
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# mixmiester
[![CI status](https://github.com/jac18281828/mixmiester/actions/workflows/ci-image.yml/badge.svg)](https://github.com/jac18281828/mixmiester/actions/workflows/ci-image.yml)
This is a playground container for Gnu MDK
MIX is a computer architecture and assembly language developed by Donald Knuth. "MIX" stands for "Mixed Integer eXperiment". It was designed as a hypothetical computer for teaching purposes and is used in Knuth's book "The Art of Computer Programming". MIX has a 4000-word memory, 5 index registers, and a variety of instructions for arithmetic, logical, and input/output operations. It is a 32-bit architecture with a fixed instruction format. The MIX assembly language is used to write programs for the MIX computer.
### Example Dockerfile:
```
FROM jac18281828/mixmiester:latest```
### Architecture support
* linux/amd64
* linux/arm64Also available from [GitHub GHCR](https://github.com/jac18281828/mixmiester/pkgs/container/mixmiester/163034284?tag=v1.0.0)