mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-03 18:04:46 +00:00
38 lines
757 B
Markdown
38 lines
757 B
Markdown
|
# Documentation
|
||
|
|
||
|
**★ WORK IN PROGRESS ★**
|
||
|
|
||
|
|
||
|
## Compiler usage
|
||
|
|
||
|
* [Getting started](api/getting-started.md)
|
||
|
|
||
|
* [Command-line option reference](api/command-line.md)
|
||
|
|
||
|
* [Target platform reference](api/target-platforms.md)
|
||
|
|
||
|
## Language reference
|
||
|
|
||
|
* [Syntax](lang/syntax.md)
|
||
|
|
||
|
* [Types](lang/types.md)
|
||
|
|
||
|
* [Operators reference](lang/operators.md)
|
||
|
|
||
|
* [Functions](lang/functions.md)
|
||
|
|
||
|
* [Inline assembly syntax](lang/assembly.md)
|
||
|
|
||
|
* [Important guidelines regarding reentrancy](lang/reentrancy.md)
|
||
|
|
||
|
|
||
|
## Implementation details
|
||
|
|
||
|
* [Variable storage](abi/variable-storage.md)
|
||
|
|
||
|
* [Undefined behaviour](abi/undefined-behaviour.md)
|
||
|
|
||
|
* [Undocumented instruction support](abi/undocumented.md)
|
||
|
|
||
|
* [Reference for labels in generated assembly code](abi/generated-labels.md)
|