tccasm: Accept .balign

This commit is contained in:
Michael Matz
2016-06-29 17:22:05 +02:00
parent 8e4da42384
commit 63e3ff7cca
3 changed files with 4 additions and 1 deletions

View File

@ -11,6 +11,7 @@
.align 8
.byte 1
/* .align 16, 0x90 gas is too clever for us with 0x90 fill */
.balign 4, 0x92
.align 16, 0x91 /* 0x91 tests the non-clever behaviour */
.skip 3
.skip 15, 0x90