Why the Microcode Studio Plus allow to compile only 2048 words for the 16f88;
I know that , the 16f88 have 4096 words.
Why the Microcode Studio Plus allow to compile only 2048 words for the 16f88;
I know that , the 16f88 have 4096 words.
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.
Warnings are just a heads-up. Errors are the ones to worry about..;o}
In the latest MCS version, it is possible to "disable code crosses boundary ASM warning" in the editor option menu.
Roger
Bookmarks