NASM Assembly, Ubuntu, 32-bit program.
Normally, when popping a value from the stack, I\'ll do
POP somewhere
Into a register or a v
Adjust the stack pointer by four bytes (or some other amount), ignoring whatever value was on top:
add esp, 4