Guest User

Untitled

a guest
Jan 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. const int R0 = 1 << 0;
  2. const int R1 = 1 << 1;
  3. const int R2 = 1 << 2;
  4. ...
  5. const int R31 = 1 << 31;
Add Comment
Please, Sign In to add comment