For the 207 warning..
Do you have your code like below or is part of it indented?
I am not sure about the other one.Code:ASM INT_LIST macro
For the 207 warning..
Do you have your code like below or is part of it indented?
I am not sure about the other one.Code:ASM INT_LIST macro
Dave
Always wear safety glasses while programming.
Hello dave
In my programm i have this:
INCLUDE "modedefs.bas"
INCLUDE "DT_INTS-18.bas"
INCLUDE "ReEnterPBP-18.bas"
ASM
INT_LIST macro
INT_Handler RX_INT, _IntRx, PBP, yes
endm
INT_CREATE
ENDASM
@ INT_ENABLE RX_INT
Best regards
Pedro
Try making it look like it does here
http://www.picbasic.co.uk/forum/showthread.php?t=3251
Dave
Always wear safety glasses while programming.
Bookmarks