Hello, Brittany

an asm not masked interrupt will immediatly jump to ( generally ) location 4 of the program ... whatever the program is doing !

that done ... a "classic" interrupt stubb will jump back to the remaining time of the PAUSE ( or Pauseus ). So no Delay guaranteed for the PAUSE statement ...

BUT some tweaking can keep the PAUSE Length ( if possible ) : you have to substract the interrupt duration from the PAUSE PBP used internal counters ...

Flankly ... your question needs to much better explain the context ... as it's not " crystal clear " !

Alain