1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-21 09:16:34 +00:00

Documentation improvements

This commit is contained in:
Karol Stasiak
2018-04-03 00:21:26 +02:00
parent 76a30acf9a
commit 3296d5a201
21 changed files with 117 additions and 7 deletions
+2
View File
@@ -1,3 +1,5 @@
[< back to index](../index.md)
# Command-line options
## General options
+2
View File
@@ -1,3 +1,5 @@
[< back to index](../index.md)
# Famicom/NES programming guide
## Program lifecycle
+2
View File
@@ -1,3 +1,5 @@
[< back to index](../index.md)
# Getting started
## Hello world example
+5 -1
View File
@@ -1,3 +1,5 @@
[< back to index](../index.md)
# Target platforms
Currently, Millfork supports creating disk- or tape-based programs for Commodore, Apple and Atari 8-bit computers,
@@ -167,4 +169,6 @@ Default: `after_code`.
* `<segment>:<addr>:<addr>` - inclusive range of bytes in a given segment
* `extension` target file extension, with or without the dot
* `extension` target file extension, with or without the dot
* `bbc_inf` should the `.inf` file with file metadata for BBC Micro be created