Menu

Code Commit Log


Commit Date  
[r712] by evanvennn

Chip file revised for special fields
PIC16F18426*
PIC16F18446*
PIC16F19195*
PIC16F19196*
PIC18F25K83*
PIC18F26K83*

2018-02-27 17:29:25 Tree
[r711] by w_cholmondeley

Compiler bugs fixed:
- ENDIF labels could be removed, resulting in assembler errors if Else used. These are now left in place whether needed or not, this makes the assembly a bit messier but won't change the generated machine code.
- Bug in long addition on 16F chips fixed, if any byte of the variable being added was 255 and a carry occurred when adding the bytes below, the result would be incorrect.

2018-02-27 15:07:28 Tree
[r710] by evanvennn

Chip file produced
PIC16F18426*
PIC16F18446*
PIC16F19195*
PIC16F19196*
PIC18F25K83*
PIC18F26K83*
PIC18F27K42*
PIC18F47K42*
PIC18F57K42*

2018-02-25 10:06:26 Tree
[r709] by evanvennn

Latest Lex

2018-02-21 16:20:59 Tree
[r708] by evanvennn

Updated to correctly support ATTinyXX ADREF for VCC

2018-02-21 15:54:34 Tree
[r707] by evanvennn

New - adding new converter to provide version and date/time. Exposes GCBBuildStr and GCBBuildTimeStr string variables via the #include as follows:
#include "GCBVersionNumber.cnt"

dim versionString as string * 40
versionString = "Build"+GCBBuildStr
versionString = versionString + "@"+GCBBuildTimeStr

2018-02-04 11:56:51 Tree
[r706] by evanvennn

Added HSerPrintStringCRLF method was HSerPrintStringLN

2018-02-04 11:45:58 Tree
[r705] by evanvennn

Added HSerPrintStringLN method was HSerPrintLN

2018-02-04 11:13:32 Tree
[r704] by evanvennn

Added HSerPrintLN method

2018-02-04 11:09:18 Tree
[r703] by evanvennn

Updated ASM debug messages

2018-02-04 11:08:47 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.