fprintf(stdout,"\nNote: 1 word = %d bits\n",8<<Stat_Cnt_Size);
fprintf(stdout,"This is an optimistic estimate of memory consumption assuming that each variable type is stored with sizeof(type) bits\n");
/* bytes */
fprintf(stdout,"\nNote: The Program ROM size is calculated under the assumption that 1 instruction word is stored with %d bytes (%d bits)\n",1<<Stat_Cnt_Size,8<<Stat_Cnt_Size);
}
fprintf(stdout,"Note: The Data ROM size is calculated using the sizeof(type) built-in function\n");