Does GNU have a built in variable that acts as the stack pointer? I need to reference it in an assembly file but cannot find any info on how to do so



edit: is %esp the correct way to reference the stack pointer?