Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

But the C code will still expect y to have an initial value. That initial value will be zero. All uninitialized variables of this this type have need to have the value zero. These uninitialized variables are retained in a section called bss (or .bss).

...