-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathmads-usage.txt
21 lines (21 loc) · 1011 Bytes
/
mads-usage.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Syntax: mads source [options]
-b:address Generate binary file at specified address <address>
-bc Activate branch condition test
-c Activate case sensitivity for labels
-d:label=value Define a label and set it to <value>
-f Allow mnemonics at the first column of a line
-fv:value Set raw binary fill byte to <value>
-hc[:filename] Generate ".h" header file for CA65
-hm[:filename] Generate ".hea" header file for MADS
-i:path Use additional include directory, can be specified multiple times
-l[:filename] Generate ".lst" listing file
-m:filename Include macro definitions from file
-ml:value Set left margin for listing to <value>
-o:filename Set object file name
-p Display fully qualified file names in listing and error messages
-s Suppress info messages
-t[:filename] Generate ".lab" labels file
-u Display warnings for unused labels
-vu Verify code inside unreferenced procedures
-x Exclude unreferenced procedures from code generation
-xp Display warnings for unreferenced procedures