Quote Originally Posted by Acetronics View Post
Hi, Darrel

While on that subject ...

I use, on a 16F88 :

Code:
' If program lost

@ ORG 4094			' Pointer to the end of program
@ CLRF PCLATH			' pointer in the right page ( lol )
@ GOTO INIT 			' It's gone for another round...
'
@ END
Works and compiles fine ... BUT

No way to use Breakpoints in MPSIM when lines not commented ...

Do you have any idea about that ??? ( µChip tells ... go and see Melabs !!! - as always ... )

Alain
Hi Alain, Just curious . . . ASM comment is ; not ' yes?