<!--
	Assembler Encoding for the Jump 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">
	<!-- ############################################################################################################ -->
	<!-- ############################################################################################################ -->
	<!-- ############################################################################################################ -->
	<!-- Jump Mnemonic -->
	<mnemonic name="Jump" type="Jump">
		<codetypeset param0="Label">
			<codeset param0="M" total="2" endpipe="V">
				<line code="jmp @0.U32" time="&#45;&#45;2" comment="Jump to the location pointed to" />
			</codeset>
			<codeset param0="R" total="2" endpipe="V">
				<line code="jmp @0.U32" time="&#45;&#45;2" comment="Jump to the location pointed to" />
			</codeset>
			<codeset param0="I" total="1" totalv="0" endpipe="V">
				<line code="jmp @0" time="!V1" comment="Jump" />
			</codeset>
		</codetypeset>
	</mnemonic>
</encoding>
