mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -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
|