Log in

View Full Version : Pic16f88 - Words



savnik
- 5th March 2007, 19:33
Why the Microcode Studio Plus allow to compile only 2048 words for the 16f88;
I know that , the 16f88 have 4096 words.

Bruce
- 5th March 2007, 20:07
PBP (not MicroCode Studio) will warn you once you pass the 2K boundary.

Look in your PBP manual (in the back) under Life After 2K. This is just to let you know your code is crossing a program code page boundary.

savnik
- 5th March 2007, 20:38
PBP (not MicroCode Studio) will warn you once you pass the 2K boundary.
You are right

Bruce
- 5th March 2007, 20:42
Warnings are just a heads-up. Errors are the ones to worry about..;o}

flotulopex
- 6th March 2007, 21:37
In the latest MCS version, it is possible to "disable code crosses boundary ASM warning" in the editor option menu.