예제 #1
0
	def p_op_cnt(self,p):
		'op : CNT'
		p[0] = X86.ControlReg(p[1])