mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-11-08 23:27:15 -05:00
7 lines
74 B
NASM
7 lines
74 B
NASM
[section .bss]
|
|
|
|
label_db: DB ?
|
|
label_dw: DW ?
|
|
label_dq: DQ ?
|
|
label_next:
|