Everything

stkinit


Initialization of stack area

[Classification]

Other library

[Syntax]

#include <_h_c_lib.h>

void __far stkinit(void __near * stackbss);

[Description]

This function performs initialization of stack area.

This is called from inside the startup routine.

The lower 16 bits of the start address for the stack area are passed to the parameter.

When parity error detection by reading uninitialized RAM is not performed, this function does not have to be called.