A bit more tweaking of output/listing.

This commit is contained in:
Olaf Seibert
2015-05-21 00:57:52 +02:00
parent 6c992f6406
commit 168340c54c
3 changed files with 13 additions and 2 deletions

View File

@@ -361,6 +361,7 @@ static int assemble(
return 0;
} else {
go_section(tr, sect_stack[sect_sp]);
list_location(stack->top, DOT);
if (!enabl_lsb) {
lsb = get_next_lsb();
}
@@ -917,6 +918,7 @@ static int assemble(
lsb = get_next_lsb();
}
go_section(tr, &absolute_section);
list_location(stack->top, DOT);
return 1;
case P_CSECT:
@@ -1031,6 +1033,7 @@ static int assemble(
lsb = get_next_lsb();
}
go_section(tr, sect);
list_location(stack->top, DOT);
return 1;
} /* end PSECT code */