mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -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'
|