Help for this page

Select Code to Download


  1. or download this
    gcc -S a.c
    
  2. or download this
    $ cat a.c
    #include <stdio.h>
    ...
       printf("Hello, World!\n");
       return 0;
    }
    
  3. or download this
    $ cat a.s
            .file   "a.c"
    ...
            .size   main, .-main
            .ident  "GCC: (Debian 4.3.2-1.1) 4.3.2"
            .section        .note.GNU-stack,"",@progbits