Generate an implementation of InitGlobal that initialize all globals to zero.
It thus emulates what the compiler do with the .bss-segment during cbegin.
See Implementation
Generate an implementation of InitGlobal that initialize all globals to zero.
It thus emulates what the compiler do with the .bss-segment during cbegin.