Gitchie, That is because you have declared to PBP that you are running the code @ 8 Mhz. by the statement:
define OSC 8 ' Internal OSC runs at 8MHz
This statement tells PBP to scale all timing statements like PAUSE and the like to use an 8 Mhz. oscillator. You should be setting the DEFINE statement to 32 Mhz. which is the frequency that the processor is actually being clocked at.
Bookmarks