summaryrefslogtreecommitdiff
path: root/cpu/instructions/bitwise/notes.txt
blob: f1694e9e718300d767bfbd53ff186979c34de1de (plain) (blame)
1
2
3
4
Unless otherwise specified, all bitwise instructions will:
	Set the zero flag when all bits of the result are zero
	Not set the carry flag
	Not set the overflow flag