Example #1
0
	def p_op_gd(self,p):
		'op : Gd'
		p[0] = X86.Gd(p[1])