Looks like you have dq defined as a WORD VS BYTE.
We need to see how the variables are declared as well as other settings. Its obviously not this part of the code that is the culprit because it compiles fine for others which means there is a problem somewhere else in the code. Like Bruce said, it could be something simple like a word variable being declared as a byte.
Hi Guys!
Been busy doing other stuff but now I’m back to finish this project! As some of you suspected it was a “simple” mistake, a word variable was declared as a byte! Now it runs like clockwork!
It seems the problem is always simple, finding the problem is the hard part!
Thank you all!
Bookmarks