1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-20 18:16:35 +00:00

Splitting and tweaking documentation

This commit is contained in:
Karol Stasiak
2018-07-02 00:45:53 +02:00
parent 9512e8e7ae
commit ed067d3a67
6 changed files with 171 additions and 156 deletions
+15
View File
@@ -0,0 +1,15 @@
[< back to index](../index.md)
### A note about BBC Micro
The default configuration file puts the start address for the program at $0E00.
The compiler outputs two files: a raw machine code file without an extension and a `.inf` file with file metadata.
To use the file, you need to put it on a disk or a disk image.
You can for example use tools like BBC Disk Explorer.
After putting it on a disk, the file can be run with:
*RUN "FILENAME"
Currently, multipart BBC Micro programs are not supported.