示例#1
0
		void Prefix(Instruction& instruction, Indent indent = INDENT)
		{
			if (LISTING_STYLE == mStyle)
			{
				mOut << boost::format("%08x ") % instruction.Address();
			}

			if (indent == INDENT)
				mOut << "  ";
		}