<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>doc_inner/gnu_global/R/166.html</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.14' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<a id='TOP' name='TOP'></a><h2 class='header'><a href='../mains.html'>root</a>/<a href='../files/42014.html'>doc_inner</a>/<a href='../files/42017.html'>gnu_global</a>/<a href='../files/42021.html'>R</a>/166.html</h2>
<em class='comment'>/* [<][>][^][v][top]<a href='#BOTTOM'>[bottom]</a><a href='../mains.html'>[index]</a><a href='../help.html'>[help]</a> */</em>
<hr />
<pre>
<a id='L1' name='L1'></a><!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<a id='L2' name='L2'></a><html xmlns='http://www.w3.org/1999/xhtml'>
<a id='L3' name='L3'></a><head>
<a id='L4' name='L4'></a><title>getcmdwordlen</title>
<a id='L5' name='L5'></a><meta name='robots' content='noindex,nofollow' />
<a id='L6' name='L6'></a><meta name='generator' content='GLOBAL-6.6.14' />
<a id='L7' name='L7'></a><meta http-equiv='Content-Style-Type' content='text/css' />
<a id='L8' name='L8'></a><link rel='stylesheet' type='text/css' href='../style.css' />
<a id='L9' name='L9'></a></head>
<a id='L10' name='L10'></a><body>
<a id='L11' name='L11'></a><pre>
<a id='L12' name='L12'></a><span class='curline'><a href='../S/35613.html#L230'>getcmdwordlen</a> 230 include/struct.h WORD getcmdwordlen(const char *cmd, CMDTYPE type);</span>
<a id='L13' name='L13'></a><span class='curline'><a href='../S/36046.html#L228'>getcmdwordlen</a> 228 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("NOP", NONE);</span>
<a id='L14' name='L14'></a><span class='curline'><a href='../S/36046.html#L235'>getcmdwordlen</a> 235 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("LD", R_ADR_X);</span>
<a id='L15' name='L15'></a><span class='curline'><a href='../S/36046.html#L242'>getcmdwordlen</a> 242 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("LD", R1_R2);</span>
<a id='L16' name='L16'></a><span class='curline'><a href='../S/36046.html#L249'>getcmdwordlen</a> 249 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("ST", R_ADR_X);</span>
<a id='L17' name='L17'></a><span class='curline'><a href='../S/36046.html#L256'>getcmdwordlen</a> 256 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("LAD", R_ADR_X);</span>
<a id='L18' name='L18'></a><span class='curline'><a href='../S/36046.html#L282'>getcmdwordlen</a> 282 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("ADDA", R_ADR_X);</span>
<a id='L19' name='L19'></a><span class='curline'><a href='../S/36046.html#L289'>getcmdwordlen</a> 289 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("ADDA", R1_R2);</span>
<a id='L20' name='L20'></a><span class='curline'><a href='../S/36046.html#L296'>getcmdwordlen</a> 296 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("SUBA", R_ADR_X);</span>
<a id='L21' name='L21'></a><span class='curline'><a href='../S/36046.html#L303'>getcmdwordlen</a> 303 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("SUBA", R1_R2);</span>
<a id='L22' name='L22'></a><span class='curline'><a href='../S/36046.html#L342'>getcmdwordlen</a> 342 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("ADDL", R_ADR_X);</span>
<a id='L23' name='L23'></a><span class='curline'><a href='../S/36046.html#L349'>getcmdwordlen</a> 349 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("ADDL", R1_R2);</span>
<a id='L24' name='L24'></a><span class='curline'><a href='../S/36046.html#L356'>getcmdwordlen</a> 356 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("SUBL", R_ADR_X);</span>
<a id='L25' name='L25'></a><span class='curline'><a href='../S/36046.html#L363'>getcmdwordlen</a> 363 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("SUBL", R1_R2);</span>
<a id='L26' name='L26'></a><span class='curline'><a href='../S/36046.html#L370'>getcmdwordlen</a> 370 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("AND", R_ADR_X);</span>
<a id='L27' name='L27'></a><span class='curline'><a href='../S/36046.html#L377'>getcmdwordlen</a> 377 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("AND", R1_R2);</span>
<a id='L28' name='L28'></a><span class='curline'><a href='../S/36046.html#L384'>getcmdwordlen</a> 384 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("OR", R_ADR_X);</span>
<a id='L29' name='L29'></a><span class='curline'><a href='../S/36046.html#L391'>getcmdwordlen</a> 391 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("OR", R1_R2);</span>
<a id='L30' name='L30'></a><span class='curline'><a href='../S/36046.html#L398'>getcmdwordlen</a> 398 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("XOR", R_ADR_X);</span>
<a id='L31' name='L31'></a><span class='curline'><a href='../S/36046.html#L405'>getcmdwordlen</a> 405 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("XOR", R1_R2);</span>
<a id='L32' name='L32'></a><span class='curline'><a href='../S/36046.html#L422'>getcmdwordlen</a> 422 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("CPA", R_ADR_X);</span>
<a id='L33' name='L33'></a><span class='curline'><a href='../S/36046.html#L429'>getcmdwordlen</a> 429 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("CPA", R1_R2);</span>
<a id='L34' name='L34'></a><span class='curline'><a href='../S/36046.html#L446'>getcmdwordlen</a> 446 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("CPL", R_ADR_X);</span>
<a id='L35' name='L35'></a><span class='curline'><a href='../S/36046.html#L453'>getcmdwordlen</a> 453 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("CPL", R1_R2);</span>
<a id='L36' name='L36'></a><span class='curline'><a href='../S/36046.html#L482'>getcmdwordlen</a> 482 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("SLA", R_ADR_X);</span>
<a id='L37' name='L37'></a><span class='curline'><a href='../S/36046.html#L514'>getcmdwordlen</a> 514 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("SRA", R_ADR_X);</span>
<a id='L38' name='L38'></a><span class='curline'><a href='../S/36046.html#L540'>getcmdwordlen</a> 540 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("SLL", R_ADR_X);</span>
<a id='L39' name='L39'></a><span class='curline'><a href='../S/36046.html#L566'>getcmdwordlen</a> 566 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("SRL", R_ADR_X);</span>
<a id='L40' name='L40'></a><span class='curline'><a href='../S/36046.html#L575'>getcmdwordlen</a> 575 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("JMI", ADR_X);</span>
<a id='L41' name='L41'></a><span class='curline'><a href='../S/36046.html#L585'>getcmdwordlen</a> 585 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("JNZ", ADR_X);</span>
<a id='L42' name='L42'></a><span class='curline'><a href='../S/36046.html#L595'>getcmdwordlen</a> 595 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("JZE", ADR_X);</span>
<a id='L43' name='L43'></a><span class='curline'><a href='../S/36046.html#L611'>getcmdwordlen</a> 611 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("JPL", ADR_X);</span>
<a id='L44' name='L44'></a><span class='curline'><a href='../S/36046.html#L621'>getcmdwordlen</a> 621 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("JOV", ADR_X);</span>
<a id='L45' name='L45'></a><span class='curline'><a href='../S/36046.html#L630'>getcmdwordlen</a> 630 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("PUSH", ADR_X);</span>
<a id='L46' name='L46'></a><span class='curline'><a href='../S/36046.html#L644'>getcmdwordlen</a> 644 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("POP", R_);</span>
<a id='L47' name='L47'></a><span class='curline'><a href='../S/36046.html#L681'>getcmdwordlen</a> 681 src/exec.c sys-&gt;cpu-&gt;pr += getcmdwordlen("SVC", ADR_X);</span>
<a id='L48' name='L48'></a></pre>
<a id='L49' name='L49'></a></body>
<a id='L50' name='L50'></a></html>
</pre>
<hr />
<a id='BOTTOM' name='BOTTOM'></a>
<em class='comment'>/* [<][>][^][v]<a href='#TOP'>[top]</a>[bottom]<a href='../mains.html'>[index]</a><a href='../help.html'>[help]</a> */</em>
</body>
</html>