Hi,

I migrated from PicBasic to PicBasicPro and I found this code stops running well.

MR var word: H var byte

for H=0 to 15
MR.0[H]=1 'set bit H of MR
next H

I supose this code sets to 1 all bits of MR but not works.

Any ideas?

Many thanks,

Ricard.