Esempio n. 1
0
	def step(self, instr):
		for a in self.analysis:
			a.process(instr)
		Interpreter.step(self, instr)