Alain,
Well, you may have noticed I didn't get the "GLOBAL" for INT_ENABLE/DISABLE put in the last version of DT_INTS-18.
It turns out that GLOBAL is a reserved word for MPASM. It's used with relocatable code.
I could have used GLBL or GLBAL I suppose, but somehow
@ INT_DISABLE GLBL
Seems even more cryptic than
GIE = 0
I still think it should be in there, as should PERIPHERAL, HIPRIORITY and LOWPRIORITY.
But I'm not sure what the best way is, AKA less confusing.
Any thoughts?
<br>
Bookmarks