Skip to content

Commit

Permalink
chore: Added -o documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Fubukimaru committed Nov 17, 2024
1 parent d6596dc commit 4d34f48
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/asmsx.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,13 @@ code.
- `-vv` verbose mode - print more troubleshooting messages.
- `-r` relative path to asm file - Set the root path of the project working
directory to where the assembly file is found.
- -o {path or file} output to - If the path along the file is a filename
(without extension) it will use it as output for all files (e.g. .rom, .txt and
.sym). It can also do this inside a folder, e.g., `-o test/cookies` will produce
a `cookies.rom` inside the `test` folder. In case it is a folder as in `test/`,
it will put the files with the base filename on the folder `test`. Notice that
you must always use `'\'` or `'/'` (depending if you're using linux or windows)
always after the folder name.

If you build asMSX from source with `YYDEBUG=1`, there is one more parameter available:

Expand Down

0 comments on commit 4d34f48

Please sign in to comment.