Hi Russ,
EDIT - on this line of code...
BTFSS _leftCount ;23,us <- this line causes a problem it seems too.
You did not specify which BIT to test - it's also a WORD variable - maybe someone here can answer if BTFSS will work on a WORD??
OOpps - I thought the 12F's WERE 12-bit core - sorry!
EndEDIT
====
I have not looked over the rest - but here's a list of unsupported commands fort the 12bit cores:
from PBP 2.44 'new.txt' file
Commands that are not supported for the 12-bit core PICmicro MCUs:
Command Reason
Adcin No internal ADCs
Data No on-chip EEPROM
Dtmfout Not enough RAM or stack
Eeprom No on-chip EEPROM
Erasecode No flash devices
Freqout Not enough RAM or stack
Hpwm No hardware PWM
Hserin No hardware serial port
Hserin2 No hardware serial port
Hserout No hardware serial port
Hserout2 No hardware serial port
On Interrupt No Interrupts
Read No on-chip EEPROM
Readcode No flash devices
Resume No Interrupts
Serin2 Not enough RAM or stack
Serout2 Not enough RAM or stack
USBIn No USB devices
USBInit No USB devices
USBOut No USB devices
Write No on-chip EEPROM
Writecode No flash devices
Xin Not enough RAM or stack
Xout Not enough RAM or stack
Bookmarks