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