mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-14 15:45:23 +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:
parent
b45cf742f7
commit
dbc3a55666
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user