mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
7 lines
122 B
NASM
7 lines
122 B
NASM
|
;; Bug report 3392442: invalid warning
|
||
|
|
||
|
and byte [0], ~80h
|
||
|
and byte [0], 0xfff
|
||
|
and byte [0], -256
|
||
|
and byte [0], -257
|