<!--
	Assembler Encoding for the NoOperation instruction
	Version: 1.0.0
	Date Created:  2007-04-06
	Last Modified: 2007-04-06

	Designed for Pentium and higher x86 Processors in 32bit mode protected mode

	Done list:
	o Everything!
-->
<encoding procfamily="x86" bitdepth="32" proc="P1">
	<!-- ############################################################################################################ -->
	<!-- ############################################################################################################ -->
	<!-- ############################################################################################################ -->
	<!-- NoOperation Mnemonic -->
	<mnemonic name="NoOperation" type="Implied">
		<codetypeset>
			<codeset total="1" totalv="0" endpipe="S">
				<line code="nop" time="U 1" timev=" V1" comment="Do nothing" />
			</codeset>
		</codetypeset>
	</mnemonic>
</encoding>
