Report some stats of the actual program when working

This commit is contained in:
2023-11-29 15:46:44 +00:00
parent 16dcc88a53
commit fd1e6d96f6

View File

@@ -115,7 +115,8 @@ int main(int argc, char *argv[])
#endif
#if VERBOSE >= 2
printf("[%sPARSER%s]: Instructions parsed:\n", TERM_GREEN, TERM_RESET);
printf("[%sPARSER%s]: Program parsed(COUNT=%lu, START=%lu):\n", TERM_GREEN,
TERM_RESET, program->count, program->header.start_address);
for (size_t i = 0; i < program->count; ++i)
{
printf("\t[%lu]: ", i);