Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
632 B

  1. #
  2. # [:VIM_EVAL:]expand('%:t')[:END_EVAL:]
  3. # [:VIM_EVAL:]expand('%:p:h:t')[:END_EVAL:]
  4. #
  5. # Created by Yigit Colakoglu on [:VIM_EVAL:]strftime('%m/%d/%y')[:END_EVAL:].
  6. # Copyright [:VIM_EVAL:]strftime('%Y')[:END_EVAL:]. Yigit Colakoglu. All rights reserved.
  7. #
  8. # ************************************************
  9. # * Program: <PROGRAM_NAME> *
  10. # * Description: <PROGRAM_DESCRIPTION> *
  11. # ************************************************
  12. .text
  13. .global main
  14. main:
  15. # prologue
  16. pushq %rbp
  17. movq %rsp, %rbp
  18. # epilogue
  19. movq %rbp, $rsp
  20. popq %rbp
  21. end:
  22. movq $0, %rdi # Return code 0
  23. call exit