When dealing with bitwise Operators:
0 means leave that bit alone
1 means take action based on operator
You have the hang of it basically think of them as filters.
Using your code $F = %00001111
When dealing with bitwise Operators:
0 means leave that bit alone
1 means take action based on operator
You have the hang of it basically think of them as filters.
Using your code $F = %00001111
Bookmarks