Code—Activities Definition Section
Sample Definition Activities Body Definition File [.c] Header #if defined __HC12__ || defined __HC08__#pragma CODE_SEG DEFAULT#elif defined(COSMIC12) This line will be added at the beginning of each <module>.c file. Activities Body Definition File [.c] Footer #if defined __HC12__ || defined __HC08__#pragma CODE_SEG DEFAULT#elif defined(COSMIC12) This line will be added at the end of each <module>.c file.