mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
7 lines
68 B
NASM
7 lines
68 B
NASM
;
|
|
; Test for bug report 560575
|
|
;
|
|
dw seg ~1
|
|
dw seg "a"
|
|
dw seg 'a'
|