Advertisement
Guest User

Alpha asm

a guest
Dec 29th, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. .text
  2. .globl _alpha_main
  3. _alpha_main:
  4. pushl %ebp
  5. movl %esp, %ebp
  6. # Begin Scope
  7. # Begin print
  8. pushl $L_0_STR
  9. call _print_str
  10. addl $4, %esp
  11. call _print_ln
  12. # End print
  13. # End Scope
  14. popl %ebp
  15. ret
  16. L_0_STR:
  17. .ascii "Hallo Welt\0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement