start4.s 254 B

123456
  1. # When GC, all sections in each file must be referenced from within a kept
  2. # section (which .init is, which .text isn't). Here, we don't refer to
  3. # anything so whatever is linked will be discarded.
  4. .section .init,"ax",@progbits
  5. _start:
  6. SETL $119,1190