mirror of
https://github.com/KarolS/millfork.git
synced 2025-04-11 08:37:00 +00:00
Fixed some typos
This commit is contained in:
parent
c26d36f974
commit
f7247ab7d8
@ -1,6 +1,6 @@
|
||||
#Change log
|
||||
# Change log
|
||||
|
||||
##Current version
|
||||
## Current version
|
||||
|
||||
* Added return dispatch statements.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user