PROCEDURE POP_STACK(TOP)[Where top of the stack has been caught in pointer ‘TOP’]1. [Removing the top node of stack]P <-- TT <-- LINK (T)Call REMOVE NODE(P)return (T).2. [FINISH] return.