Suppose the initial stack pointer of the interrupt stack is 0x... What is the value of sp right after the interrupt handler has executed its preamble?
a) 0x...
b) Another hexadecimal value
c) 0x... + n (where n is a positive integer)
d) Not determined