0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-09-22 10:43:39 -04:00

travis: add coffalign

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov
2020-10-15 00:07:03 +03:00
parent 407fe40f66
commit 247e8ef151
3 changed files with 29 additions and 0 deletions

17
travis/test/coffalign.asm Normal file
View File

@@ -0,0 +1,17 @@
section .text align=64
foo:
nop
nop
nop
ret
section .data align=64
bar:
db 0, 1, 2
section .text align=32
baz:
nop
nop
nop
ret

View File

@@ -0,0 +1,12 @@
[
{
"description": "Test coff alignment",
"id": "coffalign",
"format": "win64",
"source": "coffalign.asm",
"option": "-Ox",
"target": [
{ "output": "coffalign.obj" }
]
}
]

BIN
travis/test/coffalign.obj.t Normal file

Binary file not shown.