mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04:00
7 lines
74 B
NASM
7 lines
74 B
NASM
[section .bss]
|
|
|
|
label_db: DB ?
|
|
label_dw: DW ?
|
|
label_dq: DQ ?
|
|
label_next:
|