mirror of
https://github.com/open-simh/simtools.git
synced 2026-02-16 12:52:41 +00:00
A bit more tweaking of output/listing.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user