Example #1
0
 def nextRegister(self):
   a = self.nextBytes(REGISTER_SIZE)
   return Registers.codeToName(a)