mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -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:
|