1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-08-28 05:29:06 +00:00
millfork/docs/index.md
2019-07-15 13:52:05 +02:00

36 lines
1.1 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**](README.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/
#### 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.
This means you are allowed to develop Millfork programs, both free and proprietary, open- and closed-source, without any extra obligations or requirements.