1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-10 23:29:46 +00:00
millfork/docs/index.md

39 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2019-07-15 11:52:05 +00:00
![](./logo_transparent.png)
2017-12-06 23:23:30 +00:00
2019-07-15 11:52:05 +00:00
**Millfork** is a middle-level programming language for 8-bit microprocessors.
2018-01-04 00:15:04 +00:00
2019-07-15 11:52:05 +00:00
Millfork focuses on performance, compactness, simplicity and readability.
2018-01-04 00:15:04 +00:00
2019-07-15 12:21:50 +00:00
* [**Documentation index**](doc_index.md)
2018-01-04 00:15:04 +00:00
2019-07-15 11:52:05 +00:00
* [**Getting started**](api/getting-started.md)
2018-01-18 21:35:25 +00:00
2019-07-15 11:52:05 +00:00
* [**List of supported platforms**](api/target-platforms.md)
2018-01-04 00:15:04 +00:00
2019-07-15 11:52:05 +00:00
* [**Example programs**](https://github.com/KarolS/millfork/tree/master/examples)
2018-01-04 00:15:04 +00:00
2019-07-15 11:52:05 +00:00
* [**Millfork wiki**](https://github.com/KarolS/millfork/wiki)
2018-07-01 22:45:53 +00:00
2019-07-15 11:52:05 +00:00
* [**Benchmarks**](https://github.com/KarolS/millfork-benchmarks)
2018-01-04 00:15:04 +00:00
2019-07-15 11:52:05 +00:00
* [**FAQ**](various/faq.md)
2019-07-15 11:52:05 +00:00
* [**Downloads**](https://github.com/KarolS/millfork/releases/)
2018-01-18 21:35:25 +00:00
2019-07-15 11:52:05 +00:00
* [**Source code**](https://github.com/KarolS/millfork)
2018-01-18 21:35:25 +00:00
2019-07-15 11:52:05 +00:00
#### Contact
2019-07-15 12:41:19 +00:00
Send issues, questions, feature requests and patches to
[https://github.com/KarolS/millfork/issues/](https://github.com/KarolS/millfork/issues/).
2019-07-15 11:52:05 +00:00
#### License
2018-01-18 21:35:25 +00:00
2019-07-15 11:52:05 +00:00
Millfork is © by Karol Stasiak, and is released under the GNU Public License version 3.
2018-01-10 12:08:24 +00:00
2019-07-15 11:52:05 +00:00
Millfork standard include files are © by Karol Stasiak, and are released under the zlib License.
2018-01-04 00:15:04 +00:00
2020-12-01 13:26:47 +00:00
Millfork documentation is released under the [CC0 1.0 Universal (CC0 1.0) Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/).
2019-09-17 22:48:33 +00:00
2019-07-15 11:52:05 +00:00
This means you are allowed to develop Millfork programs, both free and proprietary, open- and closed-source, without any extra obligations or requirements.