mirror of
https://github.com/open-simh/simtools.git
synced 2026-03-02 17:55:21 +00:00
Store section size after .EVEN and .ODD
just in case it's the last thing in the section.
This commit is contained in:
@@ -900,6 +900,7 @@ static int assemble(
|
||||
if (DOT & 1) {
|
||||
list_word(stack->top, DOT, 0, 1, "");
|
||||
DOT++;
|
||||
change_dot(tr, 0);
|
||||
}
|
||||
return 1;
|
||||
|
||||
@@ -907,6 +908,7 @@ static int assemble(
|
||||
if (!(DOT & 1)) {
|
||||
list_word(stack->top, DOT, 0, 1, "");
|
||||
DOT++;
|
||||
change_dot(tr, 0);
|
||||
}
|
||||
return 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user