logo

eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/mirror/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee.git

e.s (154B)


  1. .globl _start
  2. .text
  3. _start:
  4. movq $1, %rax
  5. movq $1, %rdi
  6. movq $e, %rsi
  7. movq $e_len, %rdx
  8. syscall
  9. jmp _start
  10. .data
  11. e:
  12. .ascii "e"
  13. e_len = . - e