i have a suspicion about what the problem is but I'm not willing to waste time testing random
hypotheticals just for the chance to learn later that that's not actually your problem.
why don't...
There is no ire...
Only that it is extremely difficult to guess what you might have wrong. Posting the listing and the in some cases the wiring to your PIC, power supply etc greatly helps nailing...
Consider this code.
dim array[8] as byte ' your hex bytes ($00-$0F) are input here from MSN to LSNibble
decimal as long ' 32 bit value
...
Hello Ioannis,
I have worked with Henrik in the past and he has been most helpful. I'll look again at what he has suggested. If I find the solution, I'll post an answer. If not, well I'll have to...
I am glad you got the results you hoped for.
With all those ground loops and the probe cable also, I'd expect much more noise of that!
Usually to measure noise on a regulators rail, you would...
Well, we are here to help on specific problems, not guessing what you might have wrong in your listing. If it is 4k long line let it be.
There are many kind people here that will have a second...
Something is wrong here... It sounds like you're trying to compile the DT-Ints file by itself, is that the case? If so, just stop doing that. They're not meant to compile by themself, they must be...
HenrikOlsson Yesterday, 19:05Hello Henrik,
I tried to compile the original DT Interrupt file linked from the DT Interrupts tab above. It generated the same error as I listed in my first post. It says that the "INTHAND" was...
Hello,
This "DT_INTS-18-k80.bas" and the matching re-enter file, did you download them from somewhere or are you trying to customize the default ones yourself?
I don't have those files and a...
Re: assembly error on DT interrupts
A number of interrupts for the K80 are different than what's in dt_ints-18.bas, so while it might compile it won't work properly without some adjustments.
tumbleweed Today, 15:12As others have said, without seeing the...