GOTO $+1 just mean, jump one instruction next to the current one, $ being the current position/instruction.
This usually eat 2 instruction cycle, while NOP eat 1 instruction cycle
For 18F, you must use GOTO $+2
GOTO $+1 just mean, jump one instruction next to the current one, $ being the current position/instruction.
This usually eat 2 instruction cycle, while NOP eat 1 instruction cycle
For 18F, you must use GOTO $+2
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks