Menu

Code Commit Log


Commit Date  
[r528] by evanvennn

Help Source for v0.95.010

2016-10-29 09:13:41 Tree
[r527] by w_cholmondeley

Fix 16 bit subtraction on PIC 12 bit instruction core chips (12F5x, 16F5x families)

2016-10-28 13:30:58 Tree
[r526] by evanvennn

Latest demos at v0.95.010

2016-10-25 15:40:16 Tree
[r525] by w_cholmondeley

Several compiler fixes:
Variables that are declared but not used are no longer allocated RAM.
Fixed option explicit issues:
- when accessing higher bytes of multi-byte variables
- SysPointerX and SysIntStateSave variables no longer generate errors
Fixed bug when multiple 0b or H' constants are present on a line - only the first was being correctly translated.
Fixed "NLVariable" error message

2016-10-19 16:40:26 Tree
[r524] by evanvennn

Tidy up prior to next release. Remove two errant files (also removed from v0.95.010.RC3 build.

2016-10-16 06:17:40 Tree
[r523] by w_cholmondeley

Fixed bit variable comparison

2016-10-15 15:12:59 Tree
[r522] by evanvennn

Uploading for safety for Release Candidate v0.95.010_RC2
Not production ready code.
- Latest chipfiles
- Latest Help
- Latest GLCD drivers with new SH1106 driver includes the revised files
- Latest 7segment.h 9(awaiting completion of test program by Theo)
- Latest A-D.h - this is required for v0.95.010
- Latest PWM with a load of new features
- Latest RS232 with new SerPrint Long support
- Latest Cores to support 12F

This is all included in v.0.95.010 release

2016-10-15 06:58:58 Tree
[r521] by w_cholmondeley

Allow tris instruction to handle PORTD and PORTE on larger 12-bit core chips (example: 16F59)

2016-10-14 14:53:22 Tree
[r520] by w_cholmondeley

Fix for issue in overloaded functions - compiler was calling the other overloaded version when return value was manipulated
Fix for pagesel being assembled incorrectly on 12F1/16F1 chips with 2048 or less words of program memory - gcasm now ignores pagesel on these chips, as MPASM does

2016-10-12 12:00:09 Tree
[r519] by w_cholmondeley

Fix for insufficient common RAM warning when ReadAD is overloaded
Fix for pagesel being assembled incorrectly on PIC 12F/16F with less than 2048 words of program memory

2016-10-11 13:55:16 Tree
Older >