When I enable interrupts, are they enabled immediately, or
is there a delay? For instance:
orl IEN0,#0x80 ; Enable interrupts
orl PCON,#0x01 ; Go to sleep
Is there any chance of getting an interrupt between
these two instruction?