180 likes | 393 Views
Stack Operations. B.4.263 PUSH This instruction push data on stack. It decrements the stack pointer (SP or ESP) by 2 or 4, and then stores the given value at [SS:SP] or [SS:ESP]. (SS is the stack segment address, ESP/SP is the stack pointer address). The data pushed into the highest a
E N D