ALL_INT references the GIE bit (Global Interrupt Enable).
You can use it like this ...
Code:
@  INT_ENABLE  ALL_INT
@  INT_DISABLE ALL_INT
Someone here wanted it, but frankly I think it's easier to just alias the bit, then do GIE = 1.

You can not assign a Handler to ALL_INT as an Interrupt Source.
<br>