|

楼主 |
发表于 2022-5-5 18:23:20
|
显示全部楼层
Thanks , is not what is asked for.
The question point to stack manipulation, mean SP .Usually , even if it is high level language , formally stack = LIFO queue(Last Input First Output) is a temporary area for saving variables value and getting this back.The usual instruction for achiving this are push() and pop().But as a handy way you could treat stack SP pointer as VP , which is not recommandable because (VP , read, write) is a handling proper way for VP and (SP, push,pop)is the proper way of handling the stack. |
|