Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 220 Bytes

size.md

File metadata and controls

11 lines (8 loc) · 220 Bytes

size

Shows size of each memory part of a executable:

gcc -c a.c
gcc a.o
size a.out a.o
  • text: instructions
  • data: init and uinit data
  • dec and hex: size of executable in decimal and hexadecimal