Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Why GCC executable are so bloated?

Name: Anonymous 2010-07-20 8:24

7kb of code for hello world?

Name: not >>49 2010-07-21 11:55

section .data
  output db "Hello",10
  olen   equ $ - output

section .text
  global _start
_start:
  xor rax,rax
  inc rax
  mov rdi,rax
  mov rsi,output
  mov rdx,olen
  syscall

  mov rax,60
  mov rdi,0
  syscall


1082 bytes.

>>50
What if you want to know the file size, not the space it takes up? Huh? What now ``faggot''?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List