aboutsummaryrefslogtreecommitdiff
path: root/asm/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'asm/main.c')
-rw-r--r--asm/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/asm/main.c b/asm/main.c
index 6867bc9..271dcc9 100644
--- a/asm/main.c
+++ b/asm/main.c
@@ -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);