pastebin

Paste Search Dynamic
Recent pastes
data text
  1. data
  2. .text
  3.  
  4. .global main
  5. main:                                   # int main()
  6.                                                 # {
  7.  
  8.         # your code goes here
  9.  
  10.         xor     %eax, %eax              # return 0;
  11.         ret
  12.                                                 # }
Parsed in 0.001 seconds