Quote Originally Posted by shahidali55 View Post
I have attached a copy of the file with the required include (Instant interrupts) as a zip archive.
I don't understand why you've modified DT_INTS-14 like that. There's no need.
I also don't like modified versions being posted on the Internet. Somebody will download it, it won't work, and then they'll blame me.

Is ASM opcodes in column 1 bad ?
Yes! Very BAD!
ONLY Labels can go in the first column of ASM code.
This applies to lines using the @ sign too. There must be a space after the @. (unless it's a label)

With opcodes in column 1, the program won't compile. So that can't be the program you are currently running in the chip.

DT