Added support for 14 bit EX processors: PIC16F1777/8/9 PIC16F18857 PIC16F18877
More predefined constants in the gpasm.
Added the missing DEBUG config option to many processors.
Improve the check that Flex is more recent than version 2.5.4.
Let "--list-chips" adapt to available screen width.
The inc and lkr files are synced with MPLABX 3.15
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
Extended error and warning messages.
Enabled the CONFIG directive on the 12-bit and 14-bit devices.
Enabled the IDLOCS directive on the pic18fxxx devices.
The gpasm lists the properties of the processors.
New predefined constants in the gpasm: __EEPROM_START, etc.
The gpdasm shows the names of SFRs and bits, in addition shows the labels
in code.
The inc and lkr files are synced with MPLABX 2.20
COMMENT should not be longer than 70 characters.
COMMENT should not begin with 'A'.
COMMENT should not begin with 'An'.
COMMENT should not begin with 'a'.
COMMENT should not end with a period.
COMMENT should start with a capital letter.
pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
Added support for many new processors in all families.
Added support for CONFIG directive on 18F devices.
Support for new COFF format (MPASM default) in gpvo.
Fixed bugs.
CHANGES:
[gputils] Updated header files and linker scripts.
{gputils] Fixed UPPER to mask with 0xff instead of 0x3f.
[gpasm] Mask MOVLB with 0xf instead of 0xff.
[gpasm] Fixed default access bit for extended pic16e.
[gpasm] Fixed 18xx config bug when config the last section.
[gputils] Fixed bsr boundary for 18f2455/2550/4455/4550.
[gplib] Allow forward and back slashes as directory delimiters.
Changes between 0.11.6 and 0.13.2 (5 May 2005):
* addition of gpstrip
* addition of many processors
* lots and lots of bugfixes
* other minor features too voluminous to mention here
* now has man pages!