br3392442.asm 122 B

1234567
  1. ;; Bug report 3392442: invalid warning
  2. and byte [0], ~80h
  3. and byte [0], 0xfff
  4. and byte [0], -256
  5. and byte [0], -257