Menu

The major changes since the stable release (1.4.0)

New predefined constant (these exist only in the “gpasm” mode {if the command line is not included the "--mpasm-compatible" option}):

Start address of the Lower Access RAM area:
Name Explanation
__ACC_RAM_LOW_START 0x00 (Only in the Extended 16 bit core: pic18xxx)

New option in gpasm: -S [0|1|2], --strict [0|1|2]
Set the strict level of the recommended instruction-parameters (W or F and A or B). The "strict messages" have higher priority than the warnings. (See: -w [0|1|2]) [0]

  0: Is the default. No strict messages.
  1: Show warning messages if one of is missing.
  2: Show error messages if one of is missing.

New option in gpdasm: -t, --use-tab
Uses tabulator character in the written disassembled text.


Updated based on the mplabx-2.25.


Updated based on the mplabx-2.30.


Updated based on the mplabx-2.35.


Improve the check that Flex is more recent than version 2.5.4.
Modify templates to be portable for use with BSD Make.


Updated based on the mplabx-3.00.


Updated based on the mplabx-3.05.


In the gp_absolute_path() function use the realpath() library function (if available).


Updated based on the mplabx-3.10.


Updated based on the mplabx-3.15.


The version changed to 1.4.2

Posted by Molnár Károly 2014-10-26

Log in to post a comment.