stack-test.s 138 B

12345678910111213141516
  1. .code32
  2. .text
  3. .globl main
  4. .type main @function
  5. main:
  6. pushl %ebp
  7. movl %esp, %ebp
  8. movl %esp, %eax
  9. movl %ebp, %esp
  10. popl %ebp
  11. ret