1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-05-31 18:41:30 +00:00

Fixed some typos

This commit is contained in:
Karol Stasiak 2018-01-30 17:43:18 +01:00
parent c26d36f974
commit f7247ab7d8
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#Change log
# Change log
##Current version
## Current version
* Added return dispatch statements.

View File

@ -14,7 +14,7 @@
* `-s` Generate also the assembly output. It is not compatible with any assembler, but it serves purely informational purpose. The file has the same nam as the output file and the extension is `.asm`.
* `-s` Generate also the label file. The label file contains labels with their addresses, with duplicates removed. It can be loaded into the monitor of the Vice emulator for debugging purposes. The file has the same nam as the output file and the extension is `.lbl`.
* `-g` Generate also the label file. The label file contains labels with their addresses, with duplicates removed. It can be loaded into the monitor of the Vice emulator for debugging purposes. The file has the same nam as the output file and the extension is `.lbl`.
* `-I <dir>;<dir>` The include directories. The current working directory is also an include directory. Those directories are searched for modules and platform definitions.