<!--
	Assembler Encoding for the Call instruction
	Version: 1.0.0
	Date Created:  2007-05-05
	Last Modified: 2007-05-05

	Designed for Pentium and higher x86 Processors in 32bit mode protected mode

	Done list:
	o Everything!
-->
<encoding procfamily="x86" bitdepth="32" proc="P1">
	<!-- ############################################################################################################ -->
	<!-- ############################################################################################################ -->
	<!-- ############################################################################################################ -->
	<!-- Call Mnemonic -->
	<mnemonic name="Call" type="Function">
		<codetypeset param0="Label">
			<codeset param0="M" total="2" endpipe="V">
				<line code="call @0.U32" time="&#45;&#45;2" comment="Save our location and call the function" />
			</codeset>
			<codeset param0="R" total="2" endpipe="V">
				<line code="call @0.U32" time="&#45;&#45;2" comment="Save our location and call the function" />
			</codeset>
			<codeset param0="I" total="1" totalv="0" endpipe="V">
				<line code="call @0" time="!V1" comment="Save our location and call the function" />
			</codeset>
		</codetypeset>
	</mnemonic>
</encoding>
