Using nasm the stack grows after passing a label without explicitly approaching the stack
Why does the stack grow after passing a label in following code example? I haven’t used any push instruction.
Why does the stack grow after passing a label in following code example? I haven’t used any push instruction.