Advertisement
lavode

Untitled

Aug 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. .data
  2. format: .ascii "%d\n"
  3. .bss
  4. .lcomm heap, 1064
  5. .text
  6. .globl main
  7.  
  8. main:
  9. movq heap, %r9
  10. movq $'a', (%r9)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement