What is meaning of line "SP (Stack Pointer) can be decremented locally"
*I am not asking the answer of the whole question in the image.
What is meaning of line "SP (Stack Pointer) can be decremented locally"
*I am not asking the answer of the whole question in the image.
In this context, locally means using the circuitry you have or shown there, not using circuitry elsewhere.
It means the Stack Pointer SP can be decremented within that SP block. That's where the 'subtract 1' circuitry is.
It's emphasising that the CPU's ALU isn't needed to carry out the decrement.