0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-07-24 10:25:42 -04:00
nasm/travis/test/dbxsize.asm
Cyrill Gorcunov 4b5224ba8f test: add dbxsize test
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2021-11-20 23:57:49 +03:00

7 lines
74 B
NASM

[section .bss]
label_db: DB ?
label_dw: DW ?
label_dq: DQ ?
label_next: