Example #1
0
	def p_op_ap32(self,p):
		'op : NUM COLON NUM'
		p[0] = X86.AP32(p[1],p[3])