Store maximal number of corrupt players in clear integer register. :param: destination (regint)
| 592 | arg_format = ['ciw'] |
| 593 | |
| 594 | class threshold(base.Instruction): |
| 595 | """ Store maximal number of corrupt players in clear integer register. |
| 596 | |
| 597 | :param: destination (regint) |
| 598 | """ |
| 599 | code = base.opcodes['THRESHOLD'] |
| 600 | arg_format = ['ciw'] |
| 601 | |
| 602 | class playerid(base.Instruction): |
| 603 | """ Store current player number in clear integer register. |
no outgoing calls
no test coverage detected