Advertisement
Guest User

Untitled

a guest
Dec 1st, 2015
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     OPC = H = 1     // OPC = 1
  2.     OPC = H = H + OPC   // OPC = 2
  3.     OPC = H = H + OPC   // OPC = 4
  4.     OPC = H = H + OPC   // OPC = 8
  5.     OPC = H = H + OPC   // OPC = 16
  6.     OPC = H = H + OPC   // OPC = 32
  7.     OPC = OPC -1        // OPC = 31
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement