mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
6 lines
118 B
NASM
6 lines
118 B
NASM
;Test for bug report 560575 - Using SEG with non-relocatable values doesn't work
|
|
;
|
|
dw seg ~1
|
|
dw seg "a"
|
|
dw seg 'a'
|