ASM GOTO need 2 cycle to execute, NOP only 1 cycle
ASM GOTO need 2 cycle to execute, NOP only 1 cycle
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
I believe I found the problem. This circuit was designed for a 4Mz crystal and I am running it at 20Mz. I added a 'PAUSE 1" after the line 'TRISB = (DCD Row) ^ ff' to slow it down and this seems to of fixed the problem.
Thanks for everbodys help,
Mark
That's what @ GOTO $+2 did... but 2500 times faster
also try with shorter PAUSEUS. PAUSEUS 5 should also work...
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks