Ah, that is the correct way around.
If you define a slower speed, but don't change your actual clock, as stated above,
PBP will make adjustments to timing to compensate for the different clock freq.
So if you DEFINE OSC 8, but run at 4 MHz, a PAUSE 1000 statement should take 0.5 seconds to execute.
Bookmarks