PDA

View Full Version : MSB Compile error



RFEFX
- 26th January 2015, 01:40
I have an old program that was created with Pic Basic pro... now it seems not to work with PBP3. the MSB is no longer supported?



if (Thefile & MSB)THEN
high pindata
else
low pindata
endif

HenrikOlsson
- 26th January 2015, 06:07
Hi,
No, MSB is not a reserved word in PBP3 (and I don't recall it being so in previouse versions either). What is you want to achieve? Are you possibly thinking of .HighByte?

/Henrik.

RFEFX
- 26th January 2015, 06:32
I found my problem. I forgot to declare MSB.



MSB con $8000