fprintf(stdout,"\nNote: The Program ROM size is calculated under the assumption that 1 instruction word is stored with %d bits\n",8<<Stat_Cnt_Size);
}
else
{
/* 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,"\nNote: The Program ROM size is calculated under the assumption that 1 instruction word is stored with %d bits\n",PROM_INST_SIZE);
}
fprintf(stdout,"Note: The Data ROM size is calculated using the sizeof(type) built-in function\n");