diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fb63497..d309959f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -#Change log +# Change log -##Current version +## Current version * Added return dispatch statements. diff --git a/doc/api/command-line.md b/doc/api/command-line.md index 7cf61c84..c6664437 100644 --- a/doc/api/command-line.md +++ b/doc/api/command-line.md @@ -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 ;` – The include directories. The current working directory is also an include directory. Those directories are searched for modules and platform definitions.