Instant Interrupts and STRINGS-16.PBP in the same program
Hello all! Hope everyone had a good Holiday. My question is, can I use Instant Interrupts DT_INTS-18, ReEnterPBP-18 and STRINGS-16 in the same program. I've tried a few times and get several errors.
symbol not previously defined.(INT_ENTRY_H)
Found call to Macro in column 1.(GetAddress)
Duplicate Macro name. (GetAddress)
1003:symbol not previously defined.(Label)
1004:symbol not previously defined.(Wout)
1005:symbol not previously defined.(Label)
1006:symbol not previously defined.(Wout)
1007:unmatched ENDM
Instant Interrupts works great on it's own (blinks an LED) and STRINGS works great on it's own (Hello World and It's Me!) on an LCD, however combined I can't get it to compile without errors.
MCSP 2.3, PBP 2.45A, MPASM, and Microcode Loader with an 18F2525 @ 20 MHZ
As always thanks for any help in my up-hill battle thru this learning curve.