Jump to main content
6 Document Revision History
Revision A (March 2020)
- Initial release of this
document.
Revision B (April 2022)
- Corrected the PIC Assembler
modulus operator token mentioned (was
%
, now
mod
) in the Equivalent Operators table.
- Updated migration information relating to the
BANKISEL
directive, which is now supported by the PIC Assembler.
- Expanded section on file register
address masking to describe a new way of handling address masking with the PIC
Assembler.
- Added new section on use of flow
control instructions and program memory address masking.
- Replaced the
#undefine
section, which had erroneously shown the content
for the #define
section.
- Updated the
DB
and DW
directive sections to
indicate that string arguments are now supported by the PIC Assembler.
- Removed references to temporary labels, which are not supported.