mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-01 05:05:32 +00:00
39 lines
1.3 KiB
Markdown
39 lines
1.3 KiB
Markdown
![](./logo_transparent.png)
|
|
|
|
**Millfork** is a middle-level programming language for 8-bit microprocessors.
|
|
|
|
Millfork focuses on performance, compactness, simplicity and readability.
|
|
|
|
* [**Documentation index**](doc_index.md)
|
|
|
|
* [**Getting started**](api/getting-started.md)
|
|
|
|
* [**List of supported platforms**](api/target-platforms.md)
|
|
|
|
* [**Example programs**](https://github.com/KarolS/millfork/tree/master/examples)
|
|
|
|
* [**Millfork wiki**](https://github.com/KarolS/millfork/wiki)
|
|
|
|
* [**Benchmarks**](https://github.com/KarolS/millfork-benchmarks)
|
|
|
|
* [**FAQ**](various/faq.md)
|
|
|
|
* [**Downloads**](https://github.com/KarolS/millfork/releases/)
|
|
|
|
* [**Source code**](https://github.com/KarolS/millfork)
|
|
|
|
#### Contact
|
|
|
|
Send issues, questions, feature requests and patches to
|
|
[https://github.com/KarolS/millfork/issues/](https://github.com/KarolS/millfork/issues/).
|
|
|
|
#### License
|
|
|
|
Millfork is © by Karol Stasiak, and is released under the GNU Public License version 3.
|
|
|
|
Millfork standard include files are © by Karol Stasiak, and are released under the zlib License.
|
|
|
|
Millfork documentation is realeased under the [CC0 1.0 Universal (CC0 1.0) Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/).
|
|
|
|
This means you are allowed to develop Millfork programs, both free and proprietary, open- and closed-source, without any extra obligations or requirements.
|