man picasm (Commandes) - Assembler for Microchip PIC microcontrollers

NAME

picasm - Assembler for Microchip PIC microcontrollers

SYNOPSIS

picasm [-o<objname>] [-l<listfile>] [-ihx8m] [-ihx16] [-i<include_dir>] [-pic<device>] <filename>

OPTIONS

-o<filename> Define output file name. Default is <source_without_ext>.hex

-l<listfile> Enable listing. Default listing file name is <source_without_ext>.lst

-s Includes symbol table in listing. Does nothing if listing is not enabled.

-w Give more warnings (omitted W/F-flags, tris/option instructions on 14-bit PICs)

-i<include_dir> Add a directory to the include file search path. Several -i options can be used to add multiple directories. -ihx8m IHX8M output format (default). -ihx16 IHX16 output format.

-pic<device> select PIC device (12c508, 12c509, 12c671, 12c672, 16c52, 16c54(a), 16c55, 16c56, 16c57, 16c58a, 16c61, 16c62(a), 16c63, 16c64(a), 16c65(a), 16c66, 16c67, 16c71, 16c710, 16c711, 16c715, 16c72, 16c73(a), 16c74(a), 16c83, 16c84, 16f84 16c620, 16c621, 16c622, 16c554(a), 16c556a, 16c558(a), 14000) (CHECK devices.txt FOR FULL LIST.)

DESCRIPTION

See /usr/share/doc/picasm for more information.

AUTHOR

Timo Rossi email: trossi@iki.fi www: http://www.iki.fi/trossi/

COPYRIGHT

Copyright 1995-2000 Timo Rossi

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

The above license does not cover the output of this software (the machine code output from the assembler).