Пример #1
0
		virtual void Visit(Push& instruction)
		{
			Prefix(instruction);
			mOut << "/* push ";
			instruction.Operand()->GenerateCode(mOut);
			mOut << " */" << std::endl;
		}