gpasm --version (return code: 0)
gpasm-1.4.0 #1107 (May 18 2015)
gpasm --help (return code: 0)
Usage: gpasm [options] file
Options: [defaults in brackets after descriptions]
-a FMT, --hex-format FMT Select hex file format. [inhx32]
-c, --object Output relocatable object.
-C, --old-coff Use old Microchip COFF format.
-d, --debug Output debug messages.
-D SYM=VAL, --define SYM=VAL Define SYM with value VAL.
-e [ON|OFF], --expand [ON|OFF] Macro expansion.
-f, --full-address Show full address in .lst file at the memory map region.
-g, --debug-info Use debug directives for COFF.
-h, --help Show this usage message.
-i, --ignore-case Case insensitive.
-I DIR, --include DIR Specify include directory.
-j, --sdcc-dev16-list Help to the extension of the pic16devices.txt file
in the sdcc project. Using by itself, displays the all
'16e' devices. Along with the '-p' option, shows only
the specified device.
-k, --error Enables creation of the error file.
-l[12[ce]|14[ce]|16[ce]], --list-chips[=([12[ce]|14[ce]|16[ce]])]
Lists the names of the supported processors, based on
various aspects.
-L, --force-list Ignore nolist directives.
-m, --dump Memory dump.
--mpasm-compatible MPASM compatibility mode.
-M, --deps Output dependency file.
-n, --dos Use DOS newlines in hex file.
-o FILE, --output FILE Alternate name of output files. Option effect of:
-- If the "-c" option included in the command line:
FILE.o, FILE.lst, FILE.err
(The "FILE.o" should specified.)
-- If the "-c" option not included in the command line:
FILE.hex, FILE.cod, FILE.lst, FILE.err
(The "FILE.hex" should specified.)
-p PROC, --processor PROC Select processor.
-P FILE, --preprocess FILE Write preprocessed asm file to FILE.
-q, --quiet Quiet.
-r RADIX, --radix RADIX Select radix. [hex]
-s[12[ce]|14[ce]|16[ce]], --list-processor-properties[=([12[ce]|14[ce]|16[ce]])]
Lists properties of the processors. Using by itself, displays
the all devices or group of the devices. Along with the '-p'
option, shows only the specified device.
-t, --sdcc-dev14-list Help to the extension of the pic14devices.txt file
in the sdcc project. Using by itself, displays the all
'14' and '14e' devices. Along with the '-p' option, shows only
the specified device.
-u, --absolute Use absolute pathes.
-v, --version Show version.
-w [0|1|2], --warning [0|1|2] Set message level. [0]
-y, --extended Enable 18xx extended mode.
Default header file path /usr/share/gputils/header
Report bugs to:
<URL:http://gputils.sourceforge.net/>