On 10/06/2011 18:22, Dave Thayer wrote:
Dave,
I do have one more question. You stated that
Poly/ML currently uses a single word for these. The mapping is
1 -> Broadcast
OR-ed with:
2 -> Synch
4 -> Asynch
6 -> AsynchOnce
Where is the InterruptDefer flag status stored?
That's represented by zero in the second set of bits (Synch/Asynch/AsynchOnce).
David