5.10.9 .pincbin “file”[,skip[,count]]
The .pincbin directive includes
file verbatim at the current location. The file is
assumed to contain binary data. The search paths used can be specified with the
-I command-line option (see Assembler Command Line Options). Quotation marks are
required around file.
The skip argument skips a number of
bytes from the start of the file. The count argument
indicates the maximum number of bytes to read. Note that the data is not aligned in any
way, so it is the user's responsibility to make sure that proper alignment is provided both
before and after the .pincbin directive.
.pincbin is supported only in executable sections, and
fills all 24 bits of each program word on dsPIC33C/E/F devices. All bytes are filled on
dsPIC33A devices.
