Hi when I use asm from GCB with MPLAB get all kinds of errors caused by random case setting in GCB compiler. EG going through the asm it generates SYSINTOFFCOUNT EQU 48 then with reference later: clrf SysintoffCount. MPLAB cant find variations in case. Expected would be that define would be replicated in generated code?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi when I use asm from GCB with MPLAB get all kinds of errors caused by random case setting in GCB compiler. EG going through the asm it generates SYSINTOFFCOUNT EQU 48 then with reference later: clrf SysintoffCount. MPLAB cant find variations in case. Expected would be that define would be replicated in generated code?
: http://sourceforge.net/projects/gcbasic/forums/forum/596084/topic/3368170