summaryrefslogtreecommitdiff
path: root/test/br3392442.asm
blob: e7a0511ce85830281e984301153bc62bd20ea5ba (plain)
1
2
3
4
5
6
	;; Bug report 3392442: invalid warning

	and byte [0], ~80h
	and byte [0], 0xfff
	and byte [0], -256
	and byte [0], -257