We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d167b3d commit 4b5224bCopy full SHA for 4b5224b
travis/test/dbxsize.asm
@@ -0,0 +1,6 @@
1
+ [section .bss]
2
+
3
+label_db: DB ?
4
+label_dw: DW ?
5
+label_dq: DQ ?
6
+label_next:
travis/test/dbxsize.json
@@ -0,0 +1,12 @@
+[
+ {
+ "description": "Test for Dx reserve with various sizes",
+ "id": "dbxsize",
+ "format": "elf64",
+ "source": "dbxsize.asm",
7
+ "option": "-Ox",
8
+ "target": [
9
+ { "output": "dbxsize.o" }
10
+ ]
11
+ }
12
+]
travis/test/dbxsize.o.t
672 Bytes
0 commit comments