Thanks for the input, I understand what you are saying.
Using #build it groups the two dispatchers together, but I want to separate them.
For example, I want to place the High Priority dispatcher ...
By using the #build(interrupt=NEWADDRESS) the interrupt dispatcher is located at NEWADDRESS.
I am using the High and Low priority interrupts.
How can I force the compiler to separate the high pr ...