mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04:00
5 lines
81 B
NASM
5 lines
81 B
NASM
and byte [0], ~80h
|
|
and byte [0], 0xfff
|
|
and byte [0], -256
|
|
and byte [0], -257
|