1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-01-11 12:29:46 +00:00
millfork/docs/index.md

39 lines
1.3 KiB
Markdown
Raw Normal View History

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