The assembler proved to contain yet another bug.

.align in text segments will not work for values that are
not a divisor of the gcd of the instruction sizes.
This commit is contained in:
em 1985-03-14 17:33:28 +00:00
parent 9f203c9a17
commit 9d0812746b

View file

@ -3,9 +3,9 @@
! $Header$
.text
.align 2
endtext:
_etext:
.align 2
.data
.align 2
enddata: