root/doc_inner/gnu_global/S/2836.html

/* [<][>][^][v][top][bottom][index][help] */
<!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>src/exec.c</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/2925.html'>src</a>/exec.c</h2>
<em class='comment'>/* [&lt;][&gt;]<a href='#L89'>[^]</a><a href='#L672'>[v]</a>[top]<a href='#BOTTOM'>[bottom]</a><a href='../mains.html'>[index]</a><a href='../help.html'>[help]</a> */</em>
<hr />
<h2 class='header'>DEFINITIONS</h2>
This source file includes following definitions.
<ol>
<li><a href='#L89' title='Defined at 89.'>pr2str</a></li>
<li><a href='#L97' title='Defined at 97.'>svcin</a></li>
<li><a href='#L121' title='Defined at 121.'>svcout</a></li>
<li><a href='#L145' title='Defined at 145.'>setfr</a></li>
<li><a href='#L158' title='Defined at 158.'>get_r_r1</a></li>
<li><a href='#L171' title='Defined at 171.'>get_x_r2</a></li>
<li><a href='#L184' title='Defined at 184.'>get_adr_x</a></li>
<li><a href='#L195' title='Defined at 195.'>get_val_adr_x</a></li>
<li><a href='#L209' title='Defined at 209.'>addcerrlist_exec</a></li>
<li><a href='#L214' title='Defined at 214.'>nop</a></li>
<li><a href='#L219' title='Defined at 219.'>ld_r_adr_x</a></li>
<li><a href='#L226' title='Defined at 226.'>ld_r1_r2</a></li>
<li><a href='#L233' title='Defined at 233.'>st</a></li>
<li><a href='#L240' title='Defined at 240.'>lad</a></li>
<li><a href='#L247' title='Defined at 247.'>adda</a></li>
<li><a href='#L266' title='Defined at 266.'>adda_r_adr_x</a></li>
<li><a href='#L273' title='Defined at 273.'>adda_r1_r2</a></li>
<li><a href='#L280' title='Defined at 280.'>suba_r_adr_x</a></li>
<li><a href='#L287' title='Defined at 287.'>suba_r1_r2</a></li>
<li><a href='#L294' title='Defined at 294.'>addl_gr</a></li>
<li><a href='#L326' title='Defined at 326.'>addl_r_adr_x</a></li>
<li><a href='#L333' title='Defined at 333.'>addl_r1_r2</a></li>
<li><a href='#L340' title='Defined at 340.'>subl_r_adr_x</a></li>
<li><a href='#L347' title='Defined at 347.'>subl_r1_r2</a></li>
<li><a href='#L354' title='Defined at 354.'>and_r_adr_x</a></li>
<li><a href='#L361' title='Defined at 361.'>and_r1_r2</a></li>
<li><a href='#L368' title='Defined at 368.'>or_r_adr_x</a></li>
<li><a href='#L375' title='Defined at 375.'>or_r1_r2</a></li>
<li><a href='#L382' title='Defined at 382.'>xor_r_adr_x</a></li>
<li><a href='#L389' title='Defined at 389.'>xor_r1_r2</a></li>
<li><a href='#L396' title='Defined at 396.'>cpa</a></li>
<li><a href='#L406' title='Defined at 406.'>cpa_r_adr_x</a></li>
<li><a href='#L413' title='Defined at 413.'>cpa_r1_r2</a></li>
<li><a href='#L420' title='Defined at 420.'>cpl</a></li>
<li><a href='#L430' title='Defined at 430.'>cpl_r_adr_x</a></li>
<li><a href='#L437' title='Defined at 437.'>cpl_r1_r2</a></li>
<li><a href='#L444' title='Defined at 444.'>sla</a></li>
<li><a href='#L473' title='Defined at 473.'>sra</a></li>
<li><a href='#L505' title='Defined at 505.'>sll</a></li>
<li><a href='#L531' title='Defined at 531.'>srl</a></li>
<li><a href='#L557' title='Defined at 557.'>jpl</a></li>
<li><a href='#L567' title='Defined at 567.'>jmi</a></li>
<li><a href='#L577' title='Defined at 577.'>jnz</a></li>
<li><a href='#L587' title='Defined at 587.'>jze</a></li>
<li><a href='#L597' title='Defined at 597.'>jov</a></li>
<li><a href='#L607' title='Defined at 607.'>jump</a></li>
<li><a href='#L613' title='Defined at 613.'>push</a></li>
<li><a href='#L621' title='Defined at 621.'>pop</a></li>
<li><a href='#L636' title='Defined at 636.'>call</a></li>
<li><a href='#L644' title='Defined at 644.'>ret</a></li>
<li><a href='#L654' title='Defined at 654.'>svc</a></li>
<li><a href='#L672' title='Defined at 672.'>exec</a></li>
</ol>
<hr />
<pre>
<a id='L1' name='L1'></a>   1 <em class='sharp'>#include</em> "<a href='2451.html'>exec.h</a>"
<a id='L2' name='L2'></a>   2 
<a id='L3' name='L3'></a>   3 <em class='comment'>/**</em>
<a id='L4' name='L4'></a>   4 <em class='comment'> * @brief プログラムレジスタ(PR)を表すWORD値を文字列に変換</em>
<a id='L5' name='L5'></a>   5 <em class='comment'> *</em>
<a id='L6' name='L6'></a>   6 <em class='comment'> * @return 文字列「PR:XXXX」(Xは16進数の数字)</em>
<a id='L7' name='L7'></a>   7 <em class='comment'> *</em>
<a id='L8' name='L8'></a>   8 <em class='comment'> * @param pr プログラムレジスタ(PR)を表すWORD値</em>
<a id='L9' name='L9'></a>   9 <em class='comment'> */</em>
<a id='L10' name='L10'></a>  10 <strong class='reserved'>char</strong> *<a href='../S/2836.html#L89' title='Defined at 89 in src/exec.c.'>pr2str</a>(<a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>);
<a id='L11' name='L11'></a>  11 
<a id='L12' name='L12'></a>  12 <em class='comment'>/**</em>
<a id='L13' name='L13'></a>  13 <em class='comment'> * @brief 標準入力から文字データを読込(SVC 1)</em>
<a id='L14' name='L14'></a>  14 <em class='comment'> *</em>
<a id='L15' name='L15'></a>  15 <em class='comment'> */</em>
<a id='L16' name='L16'></a>  16 <strong class='reserved'>void</strong> <a href='../S/2836.html#L97' title='Defined at 97 in src/exec.c.'>svcin</a>();
<a id='L17' name='L17'></a>  17 
<a id='L18' name='L18'></a>  18 <em class='comment'>/**</em>
<a id='L19' name='L19'></a>  19 <em class='comment'> * @brief 標準出力へ文字データを書出(SVC 2)</em>
<a id='L20' name='L20'></a>  20 <em class='comment'> *</em>
<a id='L21' name='L21'></a>  21 <em class='comment'> */</em>
<a id='L22' name='L22'></a>  22 <strong class='reserved'>void</strong> <a href='../S/2836.html#L121' title='Defined at 121 in src/exec.c.'>svcout</a>();
<a id='L23' name='L23'></a>  23 
<a id='L24' name='L24'></a>  24 <em class='comment'>/**</em>
<a id='L25' name='L25'></a>  25 <em class='comment'> * @brief ロード/論理積/論理和/排他的論理和のフラグ設定。OFは常に0</em>
<a id='L26' name='L26'></a>  26 <em class='comment'> *</em>
<a id='L27' name='L27'></a>  27 <em class='comment'> * @param adr アドレス</em>
<a id='L28' name='L28'></a>  28 <em class='comment'> */</em>
<a id='L29' name='L29'></a>  29 <strong class='reserved'>void</strong> <a href='../S/2836.html#L145' title='Defined at 145 in src/exec.c.'>setfr</a>(<a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/7.html' title='Multiple used in 68 places.'>adr</a>);
<a id='L30' name='L30'></a>  30 
<a id='L31' name='L31'></a>  31 <em class='comment'>/**</em>
<a id='L32' name='L32'></a>  32 <em class='comment'> * @brief WORD値からr/r1を取得</em>
<a id='L33' name='L33'></a>  33 <em class='comment'> *</em>
<a id='L34' name='L34'></a>  34 <em class='comment'> * @return r/r1を表すWORD値</em>
<a id='L35' name='L35'></a>  35 <em class='comment'> *</em>
<a id='L36' name='L36'></a>  36 <em class='comment'> * @param oprx オペランドを表すWORD値</em>
<a id='L37' name='L37'></a>  37 <em class='comment'> */</em>
<a id='L38' name='L38'></a>  38 <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/165.html' title='Multiple used in 12 places.'>oprx</a>);
<a id='L39' name='L39'></a>  39 
<a id='L40' name='L40'></a>  40 <em class='comment'>/**</em>
<a id='L41' name='L41'></a>  41 <em class='comment'> * @brief WORD値からx/r2を取得</em>
<a id='L42' name='L42'></a>  42 <em class='comment'> *</em>
<a id='L43' name='L43'></a>  43 <em class='comment'> * @return x/r2を表すWORD値</em>
<a id='L44' name='L44'></a>  44 <em class='comment'> *</em>
<a id='L45' name='L45'></a>  45 <em class='comment'> * @param oprx オペランドを表すWORD値</em>
<a id='L46' name='L46'></a>  46 <em class='comment'> */</em>
<a id='L47' name='L47'></a>  47 <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../S/2836.html#L171' title='Defined at 171 in src/exec.c.'>get_x_r2</a>(<a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/165.html' title='Multiple used in 12 places.'>oprx</a>);
<a id='L48' name='L48'></a>  48 
<a id='L49' name='L49'></a>  49 <em class='comment'>/**</em>
<a id='L50' name='L50'></a>  50 <em class='comment'> * @brief 2つのWORD値からadr[,x]を取得</em>
<a id='L51' name='L51'></a>  51 <em class='comment'> *</em>
<a id='L52' name='L52'></a>  52 <em class='comment'> * @return adr[,x]を表すWORD値</em>
<a id='L53' name='L53'></a>  53 <em class='comment'> *</em>
<a id='L54' name='L54'></a>  54 <em class='comment'> * @param adr アドレスを表すWORD値</em>
<a id='L55' name='L55'></a>  55 <em class='comment'> * @param oprx オペランドを表すWORD値</em>
<a id='L56' name='L56'></a>  56 <em class='comment'> */</em>
<a id='L57' name='L57'></a>  57 <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../S/2836.html#L184' title='Defined at 184 in src/exec.c.'>get_adr_x</a>(<a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/7.html' title='Multiple used in 68 places.'>adr</a>, <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/165.html' title='Multiple used in 12 places.'>oprx</a>);
<a id='L58' name='L58'></a>  58 
<a id='L59' name='L59'></a>  59 <em class='comment'>/**</em>
<a id='L60' name='L60'></a>  60 <em class='comment'> * @brief 2つのWORD値からadr[,x]のアドレスに格納されている値を取得</em>
<a id='L61' name='L61'></a>  61 <em class='comment'> *</em>
<a id='L62' name='L62'></a>  62 <em class='comment'> * @return adr[,x]のアドレスに格納されている値を表すWORD値</em>
<a id='L63' name='L63'></a>  63 <em class='comment'> *</em>
<a id='L64' name='L64'></a>  64 <em class='comment'> * @param adr アドレスを表すWORD値</em>
<a id='L65' name='L65'></a>  65 <em class='comment'> * @param oprx オペランドを表すWORD値</em>
<a id='L66' name='L66'></a>  66 <em class='comment'> */</em>
<a id='L67' name='L67'></a>  67 <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../S/2836.html#L195' title='Defined at 195 in src/exec.c.'>get_val_adr_x</a>(<a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/7.html' title='Multiple used in 68 places.'>adr</a>, <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/165.html' title='Multiple used in 12 places.'>oprx</a>);
<a id='L68' name='L68'></a>  68 
<a id='L69' name='L69'></a>  69 <em class='comment'>/**</em>
<a id='L70' name='L70'></a>  70 <em class='comment'> * @brief 実行エラーの定義</em>
<a id='L71' name='L71'></a>  71 <em class='comment'> */</em>
<a id='L72' name='L72'></a>  72 <strong class='reserved'>static</strong> <a href='../S/2446.html#L18' title='Defined at 18 in include/cerr.h.'>CERR</a> <a href='../Y/42.html' title='Multiple used in 2 places.'>cerr_exec</a>[] = <em class='brace'>{</em>
<a id='L73' name='L73'></a>  73     <em class='brace'>{</em> 201, "Program Register (PR) - memory overflow" <em class='brace'>}</em>,
<a id='L74' name='L74'></a>  74     <em class='brace'>{</em> 202, "Stack Pointer (SP) - stack overflow" <em class='brace'>}</em>,
<a id='L75' name='L75'></a>  75     <em class='brace'>{</em> 203, "Stack Pointer (SP) - stack underflow" <em class='brace'>}</em>,
<a id='L76' name='L76'></a>  76     <em class='brace'>{</em> 204, "OP in word #1 - not command code" <em class='brace'>}</em>,
<a id='L77' name='L77'></a>  77     <em class='brace'>{</em> 205, "r/r1 in word #1 - not GR" <em class='brace'>}</em>,
<a id='L78' name='L78'></a>  78     <em class='brace'>{</em> 206, "x/r2 in word #1 - not GR" <em class='brace'>}</em>,
<a id='L79' name='L79'></a>  79     <em class='brace'>{</em> 207, "address in word #2 - out of memory" <em class='brace'>}</em>,
<a id='L80' name='L80'></a>  80     <em class='brace'>{</em> 208, "SVC input - memory overflow" <em class='brace'>}</em>,
<a id='L81' name='L81'></a>  81     <em class='brace'>{</em> 209, "SVC output - memory overflow" <em class='brace'>}</em>,
<a id='L82' name='L82'></a>  82 <em class='brace'>}</em>;
<a id='L83' name='L83'></a>  83 
<a id='L84' name='L84'></a>  84 <em class='comment'>/**</em>
<a id='L85' name='L85'></a>  85 <em class='comment'> * @brief 実行モード: trace, logical, dump, dump_start, dump_end,  monitor, step</em>
<a id='L86' name='L86'></a>  86 <em class='comment'> */</em>
<a id='L87' name='L87'></a>  87 <a href='../S/2448.html#L149' title='Defined at 149 in include/struct.h.'>EXECMODE</a> <a href='../Y/88.html' title='Multiple used in 35 places.'>execmode</a> = <em class='brace'>{</em><a href='../Y/92.html' title='Multiple used in 52 places.'>false</a>, <a href='../Y/92.html' title='Multiple used in 52 places.'>false</a>, <a href='../Y/92.html' title='Multiple used in 52 places.'>false</a>, 0, 0xFFFF, <a href='../Y/92.html' title='Multiple used in 52 places.'>false</a>, <a href='../Y/92.html' title='Multiple used in 52 places.'>false</a><em class='brace'>}</em>;
<a id='L88' name='L88'></a>  88 
<a id='L89' name='L89'></a>  89 <strong class='reserved'>char</strong> *<a href='../R/198.html' title='Multiple referred from 8 places.'>pr2str</a>(<a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>)
<a id='L90' name='L90'></a>  90 <em class='brace'>{</em>
<a id='L91' name='L91'></a>  91     <strong class='reserved'>char</strong> *<a href='../Y/203.html' title='Multiple used in 103 places.'>str</a> = <a href='../S/2844.html#L3' title='Defined at 3 in src/cmem.c.'>malloc_chk</a>(<a href='../S/2446.html#L39' title='Defined at 39 in include/cerr.h.'>CERRSTRSIZE</a> + 1, "pr2str.pr");
<a id='L92' name='L92'></a>  92 
<a id='L93' name='L93'></a>  93     <a href='../Y/194.html' title='Multiple used in 9 places.'>sprintf</a>(<a href='../Y/203.html' title='Multiple used in 103 places.'>str</a>, "PR:#%04X", <a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>);
<a id='L94' name='L94'></a>  94     <strong class='reserved'>return</strong> <a href='../Y/203.html' title='Multiple used in 103 places.'>str</a>;
<a id='L95' name='L95'></a>  95 <em class='brace'>}</em>
<a id='L96' name='L96'></a>  96 
<a id='L97' name='L97'></a>  97 <strong class='reserved'>void</strong> <a href='../R/225.html' title='Multiple referred from 2 places.'>svcin</a>()
<a id='L98' name='L98'></a>  98 <em class='brace'>{</em>
<a id='L99' name='L99'></a>  99     <strong class='reserved'>int</strong> <a href='../Y/117.html' title='Multiple used in 233 places.'>i</a>;
<a id='L100' name='L100'></a> 100     <strong class='reserved'>char</strong> *<a href='../Y/28.html' title='Multiple used in 13 places.'>buf</a> = <a href='../S/2844.html#L3' title='Defined at 3 in src/cmem.c.'>malloc_chk</a>(<a href='../S/2451.html#L16' title='Defined at 16 in include/exec.h.'>INSIZE</a> + 1, "svcin.buf");
<a id='L101' name='L101'></a> 101 
<a id='L102' name='L102'></a> 102     <strong class='reserved'>if</strong>(<a href='../Y/95.html' title='Multiple used in 3 places.'>fgets</a>(<a href='../Y/28.html' title='Multiple used in 13 places.'>buf</a>, <a href='../S/2451.html#L16' title='Defined at 16 in include/exec.h.'>INSIZE</a>, <a href='../Y/199.html' title='Multiple used in 2 places.'>stdin</a>) == <a href='../Y/3.html' title='Multiple used in 191 places.'>NULL</a>) <em class='brace'>{</em>
<a id='L103' name='L103'></a> 103         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[1]] = <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[2]] = 0x0;
<a id='L104' name='L104'></a> 104         <strong class='reserved'>return</strong>;
<a id='L105' name='L105'></a> 105     <em class='brace'>}</em>
<a id='L106' name='L106'></a> 106     <strong class='reserved'>for</strong>(<a href='../Y/117.html' title='Multiple used in 233 places.'>i</a> = 0; <a href='../Y/117.html' title='Multiple used in 233 places.'>i</a> &lt; <a href='../S/2451.html#L16' title='Defined at 16 in include/exec.h.'>INSIZE</a>; <a href='../Y/117.html' title='Multiple used in 233 places.'>i</a>++) <em class='brace'>{</em>
<a id='L107' name='L107'></a> 107         <strong class='reserved'>if</strong>(!<a href='../Y/28.html' title='Multiple used in 13 places.'>buf</a>[<a href='../Y/117.html' title='Multiple used in 233 places.'>i</a>] || <a href='../Y/28.html' title='Multiple used in 13 places.'>buf</a>[<a href='../Y/117.html' title='Multiple used in 233 places.'>i</a>] == '\n') <em class='brace'>{</em>
<a id='L108' name='L108'></a> 108             --<a href='../Y/117.html' title='Multiple used in 233 places.'>i</a>;
<a id='L109' name='L109'></a> 109             <strong class='reserved'>break</strong>;
<a id='L110' name='L110'></a> 110         <em class='brace'>}</em>
<a id='L111' name='L111'></a> 111         <strong class='reserved'>if</strong>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[1] + <a href='../Y/117.html' title='Multiple used in 233 places.'>i</a> &gt; <a href='../Y/89.html' title='Multiple used in 25 places.'>execptr</a>-&gt;<a href='../Y/85.html' title='Multiple used in 25 places.'>end</a>) <em class='brace'>{</em>
<a id='L112' name='L112'></a> 112             <a href='../S/2850.html#L45' title='Defined at 45 in src/cerr.c.'>setcerr</a>(208, "");    <em class='comment'>/* SVC input - memory overflow */</em>
<a id='L113' name='L113'></a> 113             <strong class='reserved'>break</strong>;
<a id='L114' name='L114'></a> 114         <em class='brace'>}</em>
<a id='L115' name='L115'></a> 115         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[1] + <a href='../Y/117.html' title='Multiple used in 233 places.'>i</a>] = <a href='../Y/28.html' title='Multiple used in 13 places.'>buf</a>[<a href='../Y/117.html' title='Multiple used in 233 places.'>i</a>];
<a id='L116' name='L116'></a> 116     <em class='brace'>}</em>
<a id='L117' name='L117'></a> 117     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[2]] = <a href='../Y/117.html' title='Multiple used in 233 places.'>i</a> + 1;
<a id='L118' name='L118'></a> 118     <a href='../S/2454.html#L21' title='Defined at 21 in include/cmem.h.'>FREE</a>(<a href='../Y/28.html' title='Multiple used in 13 places.'>buf</a>);
<a id='L119' name='L119'></a> 119 <em class='brace'>}</em>
<a id='L120' name='L120'></a> 120 
<a id='L121' name='L121'></a> 121 <strong class='reserved'>void</strong> <a href='../R/226.html' title='Multiple referred from 2 places.'>svcout</a>()
<a id='L122' name='L122'></a> 122 <em class='brace'>{</em>
<a id='L123' name='L123'></a> 123     <strong class='reserved'>int</strong> <a href='../Y/117.html' title='Multiple used in 233 places.'>i</a>;
<a id='L124' name='L124'></a> 124     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>;
<a id='L125' name='L125'></a> 125 
<a id='L126' name='L126'></a> 126     <strong class='reserved'>for</strong>(<a href='../Y/117.html' title='Multiple used in 233 places.'>i</a> = 0; <a href='../Y/117.html' title='Multiple used in 233 places.'>i</a> &lt; <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[2]]; <a href='../Y/117.html' title='Multiple used in 233 places.'>i</a>++) <em class='brace'>{</em>
<a id='L127' name='L127'></a> 127         <strong class='reserved'>if</strong>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[1] + <a href='../Y/117.html' title='Multiple used in 233 places.'>i</a> &gt; <a href='../Y/89.html' title='Multiple used in 25 places.'>execptr</a>-&gt;<a href='../Y/85.html' title='Multiple used in 25 places.'>end</a>) <em class='brace'>{</em>
<a id='L128' name='L128'></a> 128             <a href='../S/2850.html#L45' title='Defined at 45 in src/cerr.c.'>setcerr</a>(209, "");    <em class='comment'>/* SVC output - memory overflow */</em>
<a id='L129' name='L129'></a> 129             <strong class='reserved'>return</strong>;
<a id='L130' name='L130'></a> 130         <em class='brace'>}</em>
<a id='L131' name='L131'></a> 131         <em class='comment'>/* 「JIS X 0201ラテン文字・片仮名用8ビット符号で規定する文字の符号表」</em>
<a id='L132' name='L132'></a> 132 <em class='comment'>           に記載された文字と、改行(CR)/タブを表示 */</em>
<a id='L133' name='L133'></a> 133         <em class='comment'>/* それ以外の文字は、「.」で表す */</em>
<a id='L134' name='L134'></a> 134         <strong class='reserved'>if</strong>(((<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a> = <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[1]+<a href='../Y/117.html' title='Multiple used in 233 places.'>i</a>]) &gt;= 0x20 &amp;&amp; <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a> &lt;= 0x7E) ||    <em class='comment'>/* JIS X 0201ラテン文字 */</em>
<a id='L135' name='L135'></a> 135            (<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a> &gt;= 0xA0 &amp;&amp; <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a> &lt;= 0xFE) ||                                       <em class='comment'>/* JIS X 0201片仮名用8ビット符号 */</em>
<a id='L136' name='L136'></a> 136            <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a> == 0xA || <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a> == '\t')
<a id='L137' name='L137'></a> 137         <em class='brace'>{</em>
<a id='L138' name='L138'></a> 138             <a href='../Y/179.html' title='Multiple used in 2 places.'>putchar</a>((<strong class='reserved'>char</strong>)<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>);
<a id='L139' name='L139'></a> 139         <em class='brace'>}</em> <strong class='reserved'>else</strong> <em class='brace'>{</em>
<a id='L140' name='L140'></a> 140             <a href='../Y/179.html' title='Multiple used in 2 places.'>putchar</a>('.');
<a id='L141' name='L141'></a> 141         <em class='brace'>}</em>
<a id='L142' name='L142'></a> 142     <em class='brace'>}</em>
<a id='L143' name='L143'></a> 143 <em class='brace'>}</em>
<a id='L144' name='L144'></a> 144 
<a id='L145' name='L145'></a> 145 <strong class='reserved'>void</strong> <a href='../R/207.html' title='Multiple referred from 9 places.'>setfr</a>(<a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/7.html' title='Multiple used in 68 places.'>adr</a>)
<a id='L146' name='L146'></a> 146 <em class='brace'>{</em>
<a id='L147' name='L147'></a> 147     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> = 0x0;
<a id='L148' name='L148'></a> 148     <em class='comment'>/* 第15ビットが1のとき、SFは1 */</em>
<a id='L149' name='L149'></a> 149     <strong class='reserved'>if</strong>((<a href='../Y/7.html' title='Multiple used in 68 places.'>adr</a> &amp; 0x8000) == 0x8000) <em class='brace'>{</em>
<a id='L150' name='L150'></a> 150         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> += <a href='../S/2448.html#L28' title='Defined at 28 in include/struct.h.'>SF</a>;
<a id='L151' name='L151'></a> 151     <em class='brace'>}</em>
<a id='L152' name='L152'></a> 152     <em class='comment'>/* 演算結果が0のとき、ZFは1 */</em>
<a id='L153' name='L153'></a> 153     <strong class='reserved'>if</strong>(<a href='../Y/7.html' title='Multiple used in 68 places.'>adr</a> == 0x0) <em class='brace'>{</em>
<a id='L154' name='L154'></a> 154         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> += <a href='../S/2448.html#L29' title='Defined at 29 in include/struct.h.'>ZF</a>;
<a id='L155' name='L155'></a> 155     <em class='brace'>}</em>
<a id='L156' name='L156'></a> 156 <em class='brace'>}</em>
<a id='L157' name='L157'></a> 157 
<a id='L158' name='L158'></a> 158 <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../R/146.html' title='Multiple referred from 28 places.'>get_r_r1</a>(<a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/165.html' title='Multiple used in 12 places.'>oprx</a>)
<a id='L159' name='L159'></a> 159 <em class='brace'>{</em>
<a id='L160' name='L160'></a> 160     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/184.html' title='Multiple used in 52 places.'>r</a> = 0;
<a id='L161' name='L161'></a> 161     <strong class='reserved'>char</strong> *<a href='../Y/188.html' title='Multiple used in 74 places.'>s</a> = <a href='../Y/3.html' title='Multiple used in 191 places.'>NULL</a>;
<a id='L162' name='L162'></a> 162 
<a id='L163' name='L163'></a> 163     <strong class='reserved'>if</strong>((<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a> = ((<a href='../Y/165.html' title='Multiple used in 12 places.'>oprx</a> &amp; 0x00F0) &gt;&gt;4)) &gt; <a href='../S/2448.html#L18' title='Defined at 18 in include/struct.h.'>GRSIZE</a> - 1) <em class='brace'>{</em>
<a id='L164' name='L164'></a> 164         <a href='../S/2850.html#L45' title='Defined at 45 in src/cerr.c.'>setcerr</a>(205, <a href='../Y/188.html' title='Multiple used in 74 places.'>s</a> = <a href='../S/2836.html#L89' title='Defined at 89 in src/exec.c.'>pr2str</a>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>));    <em class='comment'>/* r/r1 in word #1 - not GR */</em>
<a id='L165' name='L165'></a> 165         <a href='../S/2454.html#L21' title='Defined at 21 in include/cmem.h.'>FREE</a>(<a href='../Y/188.html' title='Multiple used in 74 places.'>s</a>);
<a id='L166' name='L166'></a> 166         <strong class='reserved'>return</strong> 0x0;
<a id='L167' name='L167'></a> 167     <em class='brace'>}</em>
<a id='L168' name='L168'></a> 168     <strong class='reserved'>return</strong> <a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>;
<a id='L169' name='L169'></a> 169 <em class='brace'>}</em>
<a id='L170' name='L170'></a> 170 
<a id='L171' name='L171'></a> 171 <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../R/148.html' title='Multiple referred from 12 places.'>get_x_r2</a>(<a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/165.html' title='Multiple used in 12 places.'>oprx</a>)
<a id='L172' name='L172'></a> 172 <em class='brace'>{</em>
<a id='L173' name='L173'></a> 173     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/240.html' title='Multiple used in 9 places.'>x</a> = 0;
<a id='L174' name='L174'></a> 174     <strong class='reserved'>char</strong> *<a href='../Y/188.html' title='Multiple used in 74 places.'>s</a> = <a href='../Y/3.html' title='Multiple used in 191 places.'>NULL</a>;
<a id='L175' name='L175'></a> 175 
<a id='L176' name='L176'></a> 176     <strong class='reserved'>if</strong>((<a href='../Y/240.html' title='Multiple used in 9 places.'>x</a> = (<a href='../Y/165.html' title='Multiple used in 12 places.'>oprx</a> &amp; 0x000F)) &gt; <a href='../S/2448.html#L18' title='Defined at 18 in include/struct.h.'>GRSIZE</a> - 1) <em class='brace'>{</em>
<a id='L177' name='L177'></a> 177         <a href='../S/2850.html#L45' title='Defined at 45 in src/cerr.c.'>setcerr</a>(206, <a href='../Y/188.html' title='Multiple used in 74 places.'>s</a> = <a href='../S/2836.html#L89' title='Defined at 89 in src/exec.c.'>pr2str</a>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>));    <em class='comment'>/* r/r1 in word #1 - not GR */</em>
<a id='L178' name='L178'></a> 178         <a href='../S/2454.html#L21' title='Defined at 21 in include/cmem.h.'>FREE</a>(<a href='../Y/188.html' title='Multiple used in 74 places.'>s</a>);
<a id='L179' name='L179'></a> 179         <strong class='reserved'>return</strong> 0x0;
<a id='L180' name='L180'></a> 180     <em class='brace'>}</em>
<a id='L181' name='L181'></a> 181     <strong class='reserved'>return</strong> <a href='../Y/240.html' title='Multiple used in 9 places.'>x</a>;
<a id='L182' name='L182'></a> 182 <em class='brace'>}</em>
<a id='L183' name='L183'></a> 183 
<a id='L184' name='L184'></a> 184 <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../R/145.html' title='Multiple referred from 17 places.'>get_adr_x</a>(<a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/7.html' title='Multiple used in 68 places.'>adr</a>, <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/165.html' title='Multiple used in 12 places.'>oprx</a>)
<a id='L185' name='L185'></a> 185 <em class='brace'>{</em>
<a id='L186' name='L186'></a> 186     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/5.html' title='Multiple used in 9 places.'>a</a> = <a href='../Y/7.html' title='Multiple used in 68 places.'>adr</a>;
<a id='L187' name='L187'></a> 187     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/240.html' title='Multiple used in 9 places.'>x</a> = <a href='../S/2836.html#L171' title='Defined at 171 in src/exec.c.'>get_x_r2</a>(<a href='../Y/165.html' title='Multiple used in 12 places.'>oprx</a>);
<a id='L188' name='L188'></a> 188 
<a id='L189' name='L189'></a> 189     <strong class='reserved'>if</strong>(<a href='../Y/240.html' title='Multiple used in 9 places.'>x</a> &gt; 0) <em class='brace'>{</em>
<a id='L190' name='L190'></a> 190         <a href='../Y/5.html' title='Multiple used in 9 places.'>a</a> += <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/240.html' title='Multiple used in 9 places.'>x</a>];
<a id='L191' name='L191'></a> 191     <em class='brace'>}</em>
<a id='L192' name='L192'></a> 192     <strong class='reserved'>return</strong> <a href='../Y/5.html' title='Multiple used in 9 places.'>a</a>;
<a id='L193' name='L193'></a> 193 <em class='brace'>}</em>
<a id='L194' name='L194'></a> 194 
<a id='L195' name='L195'></a> 195 <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../R/147.html' title='Multiple referred from 11 places.'>get_val_adr_x</a>(<a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/7.html' title='Multiple used in 68 places.'>adr</a>, <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/165.html' title='Multiple used in 12 places.'>oprx</a>)
<a id='L196' name='L196'></a> 196 <em class='brace'>{</em>
<a id='L197' name='L197'></a> 197     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/5.html' title='Multiple used in 9 places.'>a</a> = 0;
<a id='L198' name='L198'></a> 198     <strong class='reserved'>char</strong> *<a href='../Y/188.html' title='Multiple used in 74 places.'>s</a> = <a href='../Y/3.html' title='Multiple used in 191 places.'>NULL</a>;
<a id='L199' name='L199'></a> 199 
<a id='L200' name='L200'></a> 200     <strong class='reserved'>if</strong>((<a href='../Y/5.html' title='Multiple used in 9 places.'>a</a> = <a href='../S/2836.html#L184' title='Defined at 184 in src/exec.c.'>get_adr_x</a>(<a href='../Y/7.html' title='Multiple used in 68 places.'>adr</a>, <a href='../Y/165.html' title='Multiple used in 12 places.'>oprx</a>)) &gt;= <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/146.html' title='Multiple used in 30 places.'>memsize</a>) <em class='brace'>{</em>
<a id='L201' name='L201'></a> 201         <a href='../S/2850.html#L45' title='Defined at 45 in src/cerr.c.'>setcerr</a>(207, <a href='../Y/188.html' title='Multiple used in 74 places.'>s</a> = <a href='../S/2836.html#L89' title='Defined at 89 in src/exec.c.'>pr2str</a>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> + 1));    <em class='comment'>/* address in word #2 - out of memory */</em>
<a id='L202' name='L202'></a> 202         <a href='../S/2454.html#L21' title='Defined at 21 in include/cmem.h.'>FREE</a>(<a href='../Y/188.html' title='Multiple used in 74 places.'>s</a>);
<a id='L203' name='L203'></a> 203         <strong class='reserved'>return</strong> 0x0;
<a id='L204' name='L204'></a> 204     <em class='brace'>}</em>
<a id='L205' name='L205'></a> 205     <strong class='reserved'>return</strong> <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/5.html' title='Multiple used in 9 places.'>a</a>];
<a id='L206' name='L206'></a> 206 <em class='brace'>}</em>
<a id='L207' name='L207'></a> 207 
<a id='L208' name='L208'></a> 208 <em class='comment'>/* exec.hで定義された関数群 */</em>
<a id='L209' name='L209'></a> 209 <strong class='reserved'>void</strong> <a href='../R/89.html' title='Multiple referred from 4 places.'>addcerrlist_exec</a>()
<a id='L210' name='L210'></a> 210 <em class='brace'>{</em>
<a id='L211' name='L211'></a> 211     <a href='../S/2850.html#L13' title='Defined at 13 in src/cerr.c.'>addcerrlist</a>(<a href='../S/2454.html#L14' title='Defined at 14 in include/cmem.h.'>ARRAYSIZE</a>(<a href='../Y/42.html' title='Multiple used in 2 places.'>cerr_exec</a>), <a href='../Y/42.html' title='Multiple used in 2 places.'>cerr_exec</a>);
<a id='L212' name='L212'></a> 212 <em class='brace'>}</em>
<a id='L213' name='L213'></a> 213 
<a id='L214' name='L214'></a> 214 <strong class='reserved'>void</strong> <a href='../R/191.html' title='Multiple referred from 2 places.'>nop</a>()
<a id='L215' name='L215'></a> 215 <em class='brace'>{</em>
<a id='L216' name='L216'></a> 216     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 1;
<a id='L217' name='L217'></a> 217 <em class='brace'>}</em>
<a id='L218' name='L218'></a> 218 
<a id='L219' name='L219'></a> 219 <strong class='reserved'>void</strong> <a href='../R/177.html' title='Multiple referred from 2 places.'>ld_r_adr_x</a>()
<a id='L220' name='L220'></a> 220 <em class='brace'>{</em>
<a id='L221' name='L221'></a> 221     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>], <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> + 1]<em class='brace'>}</em>;
<a id='L222' name='L222'></a> 222     <a href='../S/2836.html#L145' title='Defined at 145 in src/exec.c.'>setfr</a>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0])] = <a href='../S/2836.html#L195' title='Defined at 195 in src/exec.c.'>get_val_adr_x</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[1], <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]));
<a id='L223' name='L223'></a> 223     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 2;
<a id='L224' name='L224'></a> 224 <em class='brace'>}</em>
<a id='L225' name='L225'></a> 225 
<a id='L226' name='L226'></a> 226 <strong class='reserved'>void</strong> <a href='../R/176.html' title='Multiple referred from 2 places.'>ld_r1_r2</a>()
<a id='L227' name='L227'></a> 227 <em class='brace'>{</em>
<a id='L228' name='L228'></a> 228     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>]<em class='brace'>}</em>;
<a id='L229' name='L229'></a> 229     <a href='../S/2836.html#L145' title='Defined at 145 in src/exec.c.'>setfr</a>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0])] = <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../S/2836.html#L171' title='Defined at 171 in src/exec.c.'>get_x_r2</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0])]);
<a id='L230' name='L230'></a> 230     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 1;
<a id='L231' name='L231'></a> 231 <em class='brace'>}</em>
<a id='L232' name='L232'></a> 232 
<a id='L233' name='L233'></a> 233 <strong class='reserved'>void</strong> <a href='../R/213.html' title='Multiple referred from 2 places.'>st</a>()
<a id='L234' name='L234'></a> 234 <em class='brace'>{</em>
<a id='L235' name='L235'></a> 235     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>], <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> + 1]<em class='brace'>}</em>;
<a id='L236' name='L236'></a> 236     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../S/2836.html#L184' title='Defined at 184 in src/exec.c.'>get_adr_x</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[1], <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0])] = <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0])];
<a id='L237' name='L237'></a> 237     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 2;
<a id='L238' name='L238'></a> 238 <em class='brace'>}</em>
<a id='L239' name='L239'></a> 239 
<a id='L240' name='L240'></a> 240 <strong class='reserved'>void</strong> <a href='../R/175.html' title='Multiple referred from 2 places.'>lad</a>()
<a id='L241' name='L241'></a> 241 <em class='brace'>{</em>
<a id='L242' name='L242'></a> 242     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>], <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> + 1]<em class='brace'>}</em>;
<a id='L243' name='L243'></a> 243     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0])] = <a href='../S/2836.html#L184' title='Defined at 184 in src/exec.c.'>get_adr_x</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[1], <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]);
<a id='L244' name='L244'></a> 244     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 2;
<a id='L245' name='L245'></a> 245 <em class='brace'>}</em>
<a id='L246' name='L246'></a> 246 
<a id='L247' name='L247'></a> 247 <strong class='reserved'>void</strong> <a href='../R/81.html' title='Multiple referred from 4 places.'>adda</a>(<a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>, <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/232.html' title='Multiple used in 27 places.'>val</a>)
<a id='L248' name='L248'></a> 248 <em class='brace'>{</em>
<a id='L249' name='L249'></a> 249     <strong class='reserved'>long</strong> <a href='../Y/224.html' title='Multiple used in 5 places.'>tmp</a>;
<a id='L250' name='L250'></a> 250 
<a id='L251' name='L251'></a> 251     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> = 0x0;
<a id='L252' name='L252'></a> 252     <em class='comment'>/* 引数の値を16ビット符号付整数として加算し、オーバーフローをチェック */</em>
<a id='L253' name='L253'></a> 253     <a href='../Y/20.html' title='Multiple used in 22 places.'>assert</a>(<strong class='reserved'>sizeof</strong>(<strong class='reserved'>short</strong>) * 8 == 16 &amp;&amp; (<strong class='reserved'>short</strong>)0xFFFF == -1);
<a id='L254' name='L254'></a> 254     <strong class='reserved'>if</strong>((<a href='../Y/224.html' title='Multiple used in 5 places.'>tmp</a> = (<strong class='reserved'>short</strong>)(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>]) + (<strong class='reserved'>short</strong>)<a href='../Y/232.html' title='Multiple used in 27 places.'>val</a>) &gt; 32767 || <a href='../Y/224.html' title='Multiple used in 5 places.'>tmp</a> &lt; -32768) <em class='brace'>{</em>
<a id='L255' name='L255'></a> 255         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> += <a href='../S/2448.html#L27' title='Defined at 27 in include/struct.h.'>OF</a>;
<a id='L256' name='L256'></a> 256     <em class='brace'>}</em>
<a id='L257' name='L257'></a> 257     <em class='comment'>/* 加算した結果を、WORD値に戻す */</em>
<a id='L258' name='L258'></a> 258     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] = (<a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a>)(<a href='../Y/224.html' title='Multiple used in 5 places.'>tmp</a> &amp; 0xFFFF);
<a id='L259' name='L259'></a> 259     <strong class='reserved'>if</strong>((<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] &amp; 0x8000) == 0x8000) <em class='brace'>{</em>
<a id='L260' name='L260'></a> 260         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> += <a href='../S/2448.html#L28' title='Defined at 28 in include/struct.h.'>SF</a>;
<a id='L261' name='L261'></a> 261     <em class='brace'>}</em> <strong class='reserved'>else</strong> <strong class='reserved'>if</strong>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] == 0x0) <em class='brace'>{</em>
<a id='L262' name='L262'></a> 262         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> += <a href='../S/2448.html#L29' title='Defined at 29 in include/struct.h.'>ZF</a>;
<a id='L263' name='L263'></a> 263     <em class='brace'>}</em>
<a id='L264' name='L264'></a> 264 <em class='brace'>}</em>
<a id='L265' name='L265'></a> 265 
<a id='L266' name='L266'></a> 266 <strong class='reserved'>void</strong> <a href='../R/83.html' title='Multiple referred from 2 places.'>adda_r_adr_x</a>()
<a id='L267' name='L267'></a> 267 <em class='brace'>{</em>
<a id='L268' name='L268'></a> 268     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>], <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> + 1]<em class='brace'>}</em>;
<a id='L269' name='L269'></a> 269     <a href='../S/2836.html#L247' title='Defined at 247 in src/exec.c.'>adda</a>(<a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]), <a href='../S/2836.html#L195' title='Defined at 195 in src/exec.c.'>get_val_adr_x</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[1], <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]));
<a id='L270' name='L270'></a> 270     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 2;
<a id='L271' name='L271'></a> 271 <em class='brace'>}</em>
<a id='L272' name='L272'></a> 272 
<a id='L273' name='L273'></a> 273 <strong class='reserved'>void</strong> <a href='../R/82.html' title='Multiple referred from 2 places.'>adda_r1_r2</a>()
<a id='L274' name='L274'></a> 274 <em class='brace'>{</em>
<a id='L275' name='L275'></a> 275     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>]<em class='brace'>}</em>;
<a id='L276' name='L276'></a> 276     <a href='../S/2836.html#L247' title='Defined at 247 in src/exec.c.'>adda</a>(<a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]), <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../S/2836.html#L171' title='Defined at 171 in src/exec.c.'>get_x_r2</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0])]);
<a id='L277' name='L277'></a> 277     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 1;
<a id='L278' name='L278'></a> 278 <em class='brace'>}</em>
<a id='L279' name='L279'></a> 279 
<a id='L280' name='L280'></a> 280 <strong class='reserved'>void</strong> <a href='../R/221.html' title='Multiple referred from 2 places.'>suba_r_adr_x</a>()
<a id='L281' name='L281'></a> 281 <em class='brace'>{</em>
<a id='L282' name='L282'></a> 282     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>], <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> + 1]<em class='brace'>}</em>;
<a id='L283' name='L283'></a> 283     <a href='../S/2836.html#L247' title='Defined at 247 in src/exec.c.'>adda</a>(<a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]), ~(<a href='../S/2836.html#L195' title='Defined at 195 in src/exec.c.'>get_val_adr_x</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[1], <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0])) + 1);
<a id='L284' name='L284'></a> 284     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 2;
<a id='L285' name='L285'></a> 285 <em class='brace'>}</em>
<a id='L286' name='L286'></a> 286 
<a id='L287' name='L287'></a> 287 <strong class='reserved'>void</strong> <a href='../R/220.html' title='Multiple referred from 2 places.'>suba_r1_r2</a>()
<a id='L288' name='L288'></a> 288 <em class='brace'>{</em>
<a id='L289' name='L289'></a> 289     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>]<em class='brace'>}</em>;
<a id='L290' name='L290'></a> 290     <a href='../S/2836.html#L247' title='Defined at 247 in src/exec.c.'>adda</a>(<a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]), ~(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../S/2836.html#L171' title='Defined at 171 in src/exec.c.'>get_x_r2</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0])]) + 1);
<a id='L291' name='L291'></a> 291     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 1;
<a id='L292' name='L292'></a> 292 <em class='brace'>}</em>
<a id='L293' name='L293'></a> 293 
<a id='L294' name='L294'></a> 294 <strong class='reserved'>void</strong> <a href='../R/94.html' title='Multiple referred from 4 places.'>addl_gr</a>(<a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>, <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/232.html' title='Multiple used in 27 places.'>val</a>, <a href='../Y/25.html' title='Multiple used in 55 places.'>bool</a> <a href='../Y/6.html' title='Multiple used in 2 places.'>add</a>)
<a id='L295' name='L295'></a> 295 <em class='brace'>{</em>
<a id='L296' name='L296'></a> 296     <strong class='reserved'>unsigned</strong> <strong class='reserved'>long</strong> <a href='../Y/158.html' title='Multiple used in 5 places.'>o</a> = 0;
<a id='L297' name='L297'></a> 297     <strong class='reserved'>unsigned</strong> <strong class='reserved'>long</strong> <a href='../Y/188.html' title='Multiple used in 74 places.'>s</a> = 0;
<a id='L298' name='L298'></a> 298 
<a id='L299' name='L299'></a> 299     <a href='../Y/158.html' title='Multiple used in 5 places.'>o</a> = <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>];
<a id='L300' name='L300'></a> 300     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> = 0;    <em class='comment'>/* flag initialize */</em>
<a id='L301' name='L301'></a> 301 
<a id='L302' name='L302'></a> 302     <strong class='reserved'>if</strong>(<a href='../Y/6.html' title='Multiple used in 2 places.'>add</a> == <a href='../Y/228.html' title='Multiple used in 79 places.'>true</a>) <em class='brace'>{</em>
<a id='L303' name='L303'></a> 303         <a href='../Y/188.html' title='Multiple used in 74 places.'>s</a> = <a href='../Y/158.html' title='Multiple used in 5 places.'>o</a> + <a href='../Y/232.html' title='Multiple used in 27 places.'>val</a>;
<a id='L304' name='L304'></a> 304         <strong class='reserved'>if</strong>(<a href='../Y/188.html' title='Multiple used in 74 places.'>s</a> &gt; 0xFFFF) <em class='brace'>{</em>
<a id='L305' name='L305'></a> 305             <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> += <a href='../S/2448.html#L27' title='Defined at 27 in include/struct.h.'>OF</a>;
<a id='L306' name='L306'></a> 306         <em class='brace'>}</em>
<a id='L307' name='L307'></a> 307     <em class='brace'>}</em> <strong class='reserved'>else</strong> <em class='brace'>{</em>
<a id='L308' name='L308'></a> 308         <strong class='reserved'>if</strong>(<a href='../Y/158.html' title='Multiple used in 5 places.'>o</a> &lt; <a href='../Y/232.html' title='Multiple used in 27 places.'>val</a>) <em class='brace'>{</em>
<a id='L309' name='L309'></a> 309             <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> += <a href='../S/2448.html#L27' title='Defined at 27 in include/struct.h.'>OF</a>;
<a id='L310' name='L310'></a> 310         <em class='brace'>}</em>
<a id='L311' name='L311'></a> 311         <a href='../Y/188.html' title='Multiple used in 74 places.'>s</a> = <a href='../Y/158.html' title='Multiple used in 5 places.'>o</a> + (~<a href='../Y/232.html' title='Multiple used in 27 places.'>val</a> + 1);
<a id='L312' name='L312'></a> 312         <strong class='reserved'>if</strong>(<a href='../Y/188.html' title='Multiple used in 74 places.'>s</a> &gt; 0xFFFF) <em class='brace'>{</em>
<a id='L313' name='L313'></a> 313             <a href='../Y/188.html' title='Multiple used in 74 places.'>s</a> &amp;= 0xFFFF;
<a id='L314' name='L314'></a> 314         <em class='brace'>}</em>
<a id='L315' name='L315'></a> 315     <em class='brace'>}</em>
<a id='L316' name='L316'></a> 316     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] = (<a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a>)<a href='../Y/188.html' title='Multiple used in 74 places.'>s</a>;
<a id='L317' name='L317'></a> 317 
<a id='L318' name='L318'></a> 318     <strong class='reserved'>if</strong>((<a href='../Y/188.html' title='Multiple used in 74 places.'>s</a> &amp; 0x8000) == 0x8000) <em class='brace'>{</em>
<a id='L319' name='L319'></a> 319         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> += <a href='../S/2448.html#L28' title='Defined at 28 in include/struct.h.'>SF</a>;
<a id='L320' name='L320'></a> 320     <em class='brace'>}</em>
<a id='L321' name='L321'></a> 321     <strong class='reserved'>else</strong> <strong class='reserved'>if</strong>(<a href='../Y/188.html' title='Multiple used in 74 places.'>s</a> == 0x0) <em class='brace'>{</em>
<a id='L322' name='L322'></a> 322         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> += <a href='../S/2448.html#L29' title='Defined at 29 in include/struct.h.'>ZF</a>;
<a id='L323' name='L323'></a> 323     <em class='brace'>}</em>
<a id='L324' name='L324'></a> 324 <em class='brace'>}</em>
<a id='L325' name='L325'></a> 325 
<a id='L326' name='L326'></a> 326 <strong class='reserved'>void</strong> <a href='../R/96.html' title='Multiple referred from 2 places.'>addl_r_adr_x</a>()
<a id='L327' name='L327'></a> 327 <em class='brace'>{</em>
<a id='L328' name='L328'></a> 328     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>], <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> + 1]<em class='brace'>}</em>;
<a id='L329' name='L329'></a> 329     <a href='../S/2836.html#L294' title='Defined at 294 in src/exec.c.'>addl_gr</a>(<a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]), <a href='../S/2836.html#L195' title='Defined at 195 in src/exec.c.'>get_val_adr_x</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[1], <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]), <a href='../Y/228.html' title='Multiple used in 79 places.'>true</a>);
<a id='L330' name='L330'></a> 330     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 2;
<a id='L331' name='L331'></a> 331 <em class='brace'>}</em>
<a id='L332' name='L332'></a> 332 
<a id='L333' name='L333'></a> 333 <strong class='reserved'>void</strong> <a href='../R/95.html' title='Multiple referred from 2 places.'>addl_r1_r2</a>()
<a id='L334' name='L334'></a> 334 <em class='brace'>{</em>
<a id='L335' name='L335'></a> 335     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>]<em class='brace'>}</em>;
<a id='L336' name='L336'></a> 336     <a href='../S/2836.html#L294' title='Defined at 294 in src/exec.c.'>addl_gr</a>(<a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]), <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../S/2836.html#L171' title='Defined at 171 in src/exec.c.'>get_x_r2</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0])], <a href='../Y/228.html' title='Multiple used in 79 places.'>true</a>);
<a id='L337' name='L337'></a> 337     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 1;
<a id='L338' name='L338'></a> 338 <em class='brace'>}</em>
<a id='L339' name='L339'></a> 339 
<a id='L340' name='L340'></a> 340 <strong class='reserved'>void</strong> <a href='../R/223.html' title='Multiple referred from 2 places.'>subl_r_adr_x</a>()
<a id='L341' name='L341'></a> 341 <em class='brace'>{</em>
<a id='L342' name='L342'></a> 342     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>], <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> + 1]<em class='brace'>}</em>;
<a id='L343' name='L343'></a> 343     <a href='../S/2836.html#L294' title='Defined at 294 in src/exec.c.'>addl_gr</a>(<a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]), <a href='../S/2836.html#L195' title='Defined at 195 in src/exec.c.'>get_val_adr_x</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[1], <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]), <a href='../Y/92.html' title='Multiple used in 52 places.'>false</a>);
<a id='L344' name='L344'></a> 344     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 2;
<a id='L345' name='L345'></a> 345 <em class='brace'>}</em>
<a id='L346' name='L346'></a> 346 
<a id='L347' name='L347'></a> 347 <strong class='reserved'>void</strong> <a href='../R/222.html' title='Multiple referred from 2 places.'>subl_r1_r2</a>()
<a id='L348' name='L348'></a> 348 <em class='brace'>{</em>
<a id='L349' name='L349'></a> 349     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>]<em class='brace'>}</em>;
<a id='L350' name='L350'></a> 350     <a href='../S/2836.html#L294' title='Defined at 294 in src/exec.c.'>addl_gr</a>(<a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]), <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../S/2836.html#L171' title='Defined at 171 in src/exec.c.'>get_x_r2</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0])], <a href='../Y/92.html' title='Multiple used in 52 places.'>false</a>);
<a id='L351' name='L351'></a> 351     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 1;
<a id='L352' name='L352'></a> 352 <em class='brace'>}</em>
<a id='L353' name='L353'></a> 353 
<a id='L354' name='L354'></a> 354 <strong class='reserved'>void</strong> <a href='../R/100.html' title='Multiple referred from 2 places.'>and_r_adr_x</a>()
<a id='L355' name='L355'></a> 355 <em class='brace'>{</em>
<a id='L356' name='L356'></a> 356     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>], <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> + 1]<em class='brace'>}</em>;
<a id='L357' name='L357'></a> 357     <a href='../S/2836.html#L145' title='Defined at 145 in src/exec.c.'>setfr</a>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0])] &amp;= <a href='../S/2836.html#L195' title='Defined at 195 in src/exec.c.'>get_val_adr_x</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[1], <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]));
<a id='L358' name='L358'></a> 358     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 2;
<a id='L359' name='L359'></a> 359 <em class='brace'>}</em>
<a id='L360' name='L360'></a> 360 
<a id='L361' name='L361'></a> 361 <strong class='reserved'>void</strong> <a href='../R/99.html' title='Multiple referred from 2 places.'>and_r1_r2</a>()
<a id='L362' name='L362'></a> 362 <em class='brace'>{</em>
<a id='L363' name='L363'></a> 363     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>]<em class='brace'>}</em>;
<a id='L364' name='L364'></a> 364     <a href='../S/2836.html#L145' title='Defined at 145 in src/exec.c.'>setfr</a>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0])] &amp;= <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../S/2836.html#L171' title='Defined at 171 in src/exec.c.'>get_x_r2</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0])]);
<a id='L365' name='L365'></a> 365     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 1;
<a id='L366' name='L366'></a> 366 <em class='brace'>}</em>
<a id='L367' name='L367'></a> 367 
<a id='L368' name='L368'></a> 368 <strong class='reserved'>void</strong> <a href='../R/195.html' title='Multiple referred from 2 places.'>or_r_adr_x</a>()
<a id='L369' name='L369'></a> 369 <em class='brace'>{</em>
<a id='L370' name='L370'></a> 370     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>], <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> + 1]<em class='brace'>}</em>;
<a id='L371' name='L371'></a> 371     <a href='../S/2836.html#L145' title='Defined at 145 in src/exec.c.'>setfr</a>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0])] |= <a href='../S/2836.html#L195' title='Defined at 195 in src/exec.c.'>get_val_adr_x</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[1], <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]));
<a id='L372' name='L372'></a> 372     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 2;
<a id='L373' name='L373'></a> 373 <em class='brace'>}</em>
<a id='L374' name='L374'></a> 374 
<a id='L375' name='L375'></a> 375 <strong class='reserved'>void</strong> <a href='../R/194.html' title='Multiple referred from 2 places.'>or_r1_r2</a>()
<a id='L376' name='L376'></a> 376 <em class='brace'>{</em>
<a id='L377' name='L377'></a> 377     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>]<em class='brace'>}</em>;
<a id='L378' name='L378'></a> 378     <a href='../S/2836.html#L145' title='Defined at 145 in src/exec.c.'>setfr</a>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0])] |= <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../S/2836.html#L171' title='Defined at 171 in src/exec.c.'>get_x_r2</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0])]);
<a id='L379' name='L379'></a> 379     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 1;
<a id='L380' name='L380'></a> 380 <em class='brace'>}</em>
<a id='L381' name='L381'></a> 381 
<a id='L382' name='L382'></a> 382 <strong class='reserved'>void</strong> <a href='../R/234.html' title='Multiple referred from 2 places.'>xor_r_adr_x</a>()
<a id='L383' name='L383'></a> 383 <em class='brace'>{</em>
<a id='L384' name='L384'></a> 384     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>], <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> + 1]<em class='brace'>}</em>;
<a id='L385' name='L385'></a> 385     <a href='../S/2836.html#L145' title='Defined at 145 in src/exec.c.'>setfr</a>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0])] ^= <a href='../S/2836.html#L195' title='Defined at 195 in src/exec.c.'>get_val_adr_x</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[1], <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]));
<a id='L386' name='L386'></a> 386     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 2;
<a id='L387' name='L387'></a> 387 <em class='brace'>}</em>
<a id='L388' name='L388'></a> 388 
<a id='L389' name='L389'></a> 389 <strong class='reserved'>void</strong> <a href='../R/233.html' title='Multiple referred from 2 places.'>xor_r1_r2</a>()
<a id='L390' name='L390'></a> 390 <em class='brace'>{</em>
<a id='L391' name='L391'></a> 391     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>]<em class='brace'>}</em>;
<a id='L392' name='L392'></a> 392     <a href='../S/2836.html#L145' title='Defined at 145 in src/exec.c.'>setfr</a>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0])] ^= <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../S/2836.html#L171' title='Defined at 171 in src/exec.c.'>get_x_r2</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0])]);
<a id='L393' name='L393'></a> 393     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 1;
<a id='L394' name='L394'></a> 394 <em class='brace'>}</em>
<a id='L395' name='L395'></a> 395 
<a id='L396' name='L396'></a> 396 <strong class='reserved'>void</strong> <a href='../R/119.html' title='Multiple referred from 2 places.'>cpa</a>(<a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>, <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/232.html' title='Multiple used in 27 places.'>val</a>)
<a id='L397' name='L397'></a> 397 <em class='brace'>{</em>
<a id='L398' name='L398'></a> 398     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> = 0;
<a id='L399' name='L399'></a> 399     <strong class='reserved'>if</strong>((<strong class='reserved'>short</strong>)<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] &lt; (<strong class='reserved'>short</strong>)<a href='../Y/232.html' title='Multiple used in 27 places.'>val</a>) <em class='brace'>{</em>
<a id='L400' name='L400'></a> 400         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> = <a href='../S/2448.html#L28' title='Defined at 28 in include/struct.h.'>SF</a>;
<a id='L401' name='L401'></a> 401     <em class='brace'>}</em> <strong class='reserved'>else</strong> <strong class='reserved'>if</strong>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] == <a href='../Y/232.html' title='Multiple used in 27 places.'>val</a>) <em class='brace'>{</em>
<a id='L402' name='L402'></a> 402         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> = <a href='../S/2448.html#L29' title='Defined at 29 in include/struct.h.'>ZF</a>;
<a id='L403' name='L403'></a> 403     <em class='brace'>}</em>
<a id='L404' name='L404'></a> 404 <em class='brace'>}</em>
<a id='L405' name='L405'></a> 405 
<a id='L406' name='L406'></a> 406 <strong class='reserved'>void</strong> <a href='../R/121.html' title='Multiple referred from 2 places.'>cpa_r_adr_x</a>()
<a id='L407' name='L407'></a> 407 <em class='brace'>{</em>
<a id='L408' name='L408'></a> 408     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>], <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> + 1]<em class='brace'>}</em>;
<a id='L409' name='L409'></a> 409     <a href='../S/2836.html#L396' title='Defined at 396 in src/exec.c.'>cpa</a>(<a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]), <a href='../S/2836.html#L195' title='Defined at 195 in src/exec.c.'>get_val_adr_x</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[1], <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]));
<a id='L410' name='L410'></a> 410     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 2;
<a id='L411' name='L411'></a> 411 <em class='brace'>}</em>
<a id='L412' name='L412'></a> 412 
<a id='L413' name='L413'></a> 413 <strong class='reserved'>void</strong> <a href='../R/120.html' title='Multiple referred from 2 places.'>cpa_r1_r2</a>()
<a id='L414' name='L414'></a> 414 <em class='brace'>{</em>
<a id='L415' name='L415'></a> 415     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>]<em class='brace'>}</em>;
<a id='L416' name='L416'></a> 416     <a href='../S/2836.html#L396' title='Defined at 396 in src/exec.c.'>cpa</a>(<a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]), <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../S/2836.html#L171' title='Defined at 171 in src/exec.c.'>get_x_r2</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0])]);
<a id='L417' name='L417'></a> 417     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 1;
<a id='L418' name='L418'></a> 418 <em class='brace'>}</em>
<a id='L419' name='L419'></a> 419 
<a id='L420' name='L420'></a> 420 <strong class='reserved'>void</strong> <a href='../R/122.html' title='Multiple referred from 2 places.'>cpl</a>(<a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>, <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/232.html' title='Multiple used in 27 places.'>val</a>)
<a id='L421' name='L421'></a> 421 <em class='brace'>{</em>
<a id='L422' name='L422'></a> 422     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> = 0x0;
<a id='L423' name='L423'></a> 423     <strong class='reserved'>if</strong>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] &lt; <a href='../Y/232.html' title='Multiple used in 27 places.'>val</a>) <em class='brace'>{</em>
<a id='L424' name='L424'></a> 424         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> = <a href='../S/2448.html#L28' title='Defined at 28 in include/struct.h.'>SF</a>;
<a id='L425' name='L425'></a> 425     <em class='brace'>}</em> <strong class='reserved'>else</strong> <strong class='reserved'>if</strong>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] == <a href='../Y/232.html' title='Multiple used in 27 places.'>val</a>) <em class='brace'>{</em>
<a id='L426' name='L426'></a> 426         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> = <a href='../S/2448.html#L29' title='Defined at 29 in include/struct.h.'>ZF</a>;
<a id='L427' name='L427'></a> 427     <em class='brace'>}</em>
<a id='L428' name='L428'></a> 428 <em class='brace'>}</em>
<a id='L429' name='L429'></a> 429 
<a id='L430' name='L430'></a> 430 <strong class='reserved'>void</strong> <a href='../R/124.html' title='Multiple referred from 2 places.'>cpl_r_adr_x</a>()
<a id='L431' name='L431'></a> 431 <em class='brace'>{</em>
<a id='L432' name='L432'></a> 432     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>], <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> + 1]<em class='brace'>}</em>;
<a id='L433' name='L433'></a> 433     <a href='../S/2836.html#L420' title='Defined at 420 in src/exec.c.'>cpl</a>(<a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]), <a href='../S/2836.html#L195' title='Defined at 195 in src/exec.c.'>get_val_adr_x</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[1], <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]));
<a id='L434' name='L434'></a> 434     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 2;
<a id='L435' name='L435'></a> 435 <em class='brace'>}</em>
<a id='L436' name='L436'></a> 436 
<a id='L437' name='L437'></a> 437 <strong class='reserved'>void</strong> <a href='../R/123.html' title='Multiple referred from 2 places.'>cpl_r1_r2</a>()
<a id='L438' name='L438'></a> 438 <em class='brace'>{</em>
<a id='L439' name='L439'></a> 439     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>]<em class='brace'>}</em>;
<a id='L440' name='L440'></a> 440     <a href='../S/2836.html#L420' title='Defined at 420 in src/exec.c.'>cpl</a>(<a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]), <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../S/2836.html#L171' title='Defined at 171 in src/exec.c.'>get_x_r2</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0])]);
<a id='L441' name='L441'></a> 441     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 1;
<a id='L442' name='L442'></a> 442 <em class='brace'>}</em>
<a id='L443' name='L443'></a> 443 
<a id='L444' name='L444'></a> 444 <strong class='reserved'>void</strong> <a href='../R/209.html' title='Multiple referred from 2 places.'>sla</a>()
<a id='L445' name='L445'></a> 445 <em class='brace'>{</em>
<a id='L446' name='L446'></a> 446     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>], <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> + 1]<em class='brace'>}</em>;
<a id='L447' name='L447'></a> 447     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/184.html' title='Multiple used in 52 places.'>r</a> = <a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]);
<a id='L448' name='L448'></a> 448     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/190.html' title='Multiple used in 7 places.'>sign</a> = <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] &amp; 0x8000;
<a id='L449' name='L449'></a> 449     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/130.html' title='Multiple used in 12 places.'>last</a> = 0;
<a id='L450' name='L450'></a> 450 
<a id='L451' name='L451'></a> 451     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> = 0;
<a id='L452' name='L452'></a> 452     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] &amp;= 0x7FFF;
<a id='L453' name='L453'></a> 453     <strong class='reserved'>for</strong>(<strong class='reserved'>int</strong> <a href='../Y/117.html' title='Multiple used in 233 places.'>i</a> = 0; <a href='../Y/117.html' title='Multiple used in 233 places.'>i</a> &lt; <a href='../S/2836.html#L184' title='Defined at 184 in src/exec.c.'>get_adr_x</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[1], <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]); <a href='../Y/117.html' title='Multiple used in 233 places.'>i</a>++) <em class='brace'>{</em>
<a id='L454' name='L454'></a> 454         <a href='../Y/130.html' title='Multiple used in 12 places.'>last</a> = <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] &amp; 0x4000;
<a id='L455' name='L455'></a> 455         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] &lt;&lt;= 1;
<a id='L456' name='L456'></a> 456     <em class='brace'>}</em>
<a id='L457' name='L457'></a> 457     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] = <a href='../Y/190.html' title='Multiple used in 7 places.'>sign</a> | (<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] &amp; 0x7FFF);
<a id='L458' name='L458'></a> 458     <em class='comment'>/* OFに、レジスタから最後に送り出されたビットの値を設定 */</em>
<a id='L459' name='L459'></a> 459     <strong class='reserved'>if</strong>(<a href='../Y/130.html' title='Multiple used in 12 places.'>last</a> &gt; 0x0) <em class='brace'>{</em>
<a id='L460' name='L460'></a> 460         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> += <a href='../S/2448.html#L27' title='Defined at 27 in include/struct.h.'>OF</a>;
<a id='L461' name='L461'></a> 461     <em class='brace'>}</em>
<a id='L462' name='L462'></a> 462     <em class='comment'>/* 符号(第15ビット)が1のとき、SFは1 */</em>
<a id='L463' name='L463'></a> 463     <strong class='reserved'>if</strong>(<a href='../Y/190.html' title='Multiple used in 7 places.'>sign</a> &gt; 0x0) <em class='brace'>{</em>
<a id='L464' name='L464'></a> 464         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> += <a href='../S/2448.html#L28' title='Defined at 28 in include/struct.h.'>SF</a>;
<a id='L465' name='L465'></a> 465     <em class='brace'>}</em>
<a id='L466' name='L466'></a> 466     <em class='comment'>/* 演算結果が0のとき、ZFは1 */</em>
<a id='L467' name='L467'></a> 467     <strong class='reserved'>if</strong>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] == 0x0) <em class='brace'>{</em>
<a id='L468' name='L468'></a> 468         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> += <a href='../S/2448.html#L29' title='Defined at 29 in include/struct.h.'>ZF</a>;
<a id='L469' name='L469'></a> 469     <em class='brace'>}</em>
<a id='L470' name='L470'></a> 470     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 2;
<a id='L471' name='L471'></a> 471 <em class='brace'>}</em>
<a id='L472' name='L472'></a> 472 
<a id='L473' name='L473'></a> 473 <strong class='reserved'>void</strong> <a href='../R/211.html' title='Multiple referred from 2 places.'>sra</a>()
<a id='L474' name='L474'></a> 474 <em class='brace'>{</em>
<a id='L475' name='L475'></a> 475     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>], <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> + 1]<em class='brace'>}</em>;
<a id='L476' name='L476'></a> 476     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/184.html' title='Multiple used in 52 places.'>r</a> = <a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]);
<a id='L477' name='L477'></a> 477     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/190.html' title='Multiple used in 7 places.'>sign</a> = <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] &amp; 0x8000;
<a id='L478' name='L478'></a> 478     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/130.html' title='Multiple used in 12 places.'>last</a> = 0;
<a id='L479' name='L479'></a> 479 
<a id='L480' name='L480'></a> 480     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> = 0;
<a id='L481' name='L481'></a> 481     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] &amp;= 0x7FFF;
<a id='L482' name='L482'></a> 482     <strong class='reserved'>for</strong>(<strong class='reserved'>int</strong> <a href='../Y/117.html' title='Multiple used in 233 places.'>i</a> = 0; <a href='../Y/117.html' title='Multiple used in 233 places.'>i</a> &lt; <a href='../S/2836.html#L184' title='Defined at 184 in src/exec.c.'>get_adr_x</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[1], <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]); <a href='../Y/117.html' title='Multiple used in 233 places.'>i</a>++) <em class='brace'>{</em>
<a id='L483' name='L483'></a> 483         <a href='../Y/130.html' title='Multiple used in 12 places.'>last</a> = <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] &amp; 0x1;
<a id='L484' name='L484'></a> 484         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] &gt;&gt;= 1;
<a id='L485' name='L485'></a> 485         <strong class='reserved'>if</strong>(<a href='../Y/190.html' title='Multiple used in 7 places.'>sign</a> &gt; 0) <em class='brace'>{</em>
<a id='L486' name='L486'></a> 486             <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] |= 0x4000;
<a id='L487' name='L487'></a> 487         <em class='brace'>}</em>
<a id='L488' name='L488'></a> 488     <em class='brace'>}</em>
<a id='L489' name='L489'></a> 489     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] = <a href='../Y/190.html' title='Multiple used in 7 places.'>sign</a> | <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>];
<a id='L490' name='L490'></a> 490     <em class='comment'>/* OFに、レジスタから最後に送り出されたビットの値を設定 */</em>
<a id='L491' name='L491'></a> 491     <strong class='reserved'>if</strong>(<a href='../Y/130.html' title='Multiple used in 12 places.'>last</a> &gt; 0x0) <em class='brace'>{</em>
<a id='L492' name='L492'></a> 492         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> += <a href='../S/2448.html#L27' title='Defined at 27 in include/struct.h.'>OF</a>;
<a id='L493' name='L493'></a> 493     <em class='brace'>}</em>
<a id='L494' name='L494'></a> 494     <em class='comment'>/* 符号(第15ビット)が1のとき、SFは1 */</em>
<a id='L495' name='L495'></a> 495     <strong class='reserved'>if</strong>(<a href='../Y/190.html' title='Multiple used in 7 places.'>sign</a> &gt; 0x0) <em class='brace'>{</em>
<a id='L496' name='L496'></a> 496         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> += <a href='../S/2448.html#L28' title='Defined at 28 in include/struct.h.'>SF</a>;
<a id='L497' name='L497'></a> 497     <em class='brace'>}</em>
<a id='L498' name='L498'></a> 498     <em class='comment'>/* 演算結果が0のとき、ZFは1 */</em>
<a id='L499' name='L499'></a> 499     <strong class='reserved'>if</strong>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] == 0x0) <em class='brace'>{</em>
<a id='L500' name='L500'></a> 500         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> += <a href='../S/2448.html#L29' title='Defined at 29 in include/struct.h.'>ZF</a>;
<a id='L501' name='L501'></a> 501     <em class='brace'>}</em>
<a id='L502' name='L502'></a> 502     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 2;
<a id='L503' name='L503'></a> 503 <em class='brace'>}</em>
<a id='L504' name='L504'></a> 504 
<a id='L505' name='L505'></a> 505 <strong class='reserved'>void</strong> <a href='../R/210.html' title='Multiple referred from 2 places.'>sll</a>()
<a id='L506' name='L506'></a> 506 <em class='brace'>{</em>
<a id='L507' name='L507'></a> 507     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>], <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> + 1]<em class='brace'>}</em>;
<a id='L508' name='L508'></a> 508     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/130.html' title='Multiple used in 12 places.'>last</a> = 0;
<a id='L509' name='L509'></a> 509     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/184.html' title='Multiple used in 52 places.'>r</a> = <a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]);
<a id='L510' name='L510'></a> 510 
<a id='L511' name='L511'></a> 511     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> = 0x0;
<a id='L512' name='L512'></a> 512     <strong class='reserved'>for</strong>(<strong class='reserved'>int</strong> <a href='../Y/117.html' title='Multiple used in 233 places.'>i</a> = 0; <a href='../Y/117.html' title='Multiple used in 233 places.'>i</a> &lt; <a href='../S/2836.html#L184' title='Defined at 184 in src/exec.c.'>get_adr_x</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[1], <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]); <a href='../Y/117.html' title='Multiple used in 233 places.'>i</a>++) <em class='brace'>{</em>
<a id='L513' name='L513'></a> 513         <a href='../Y/130.html' title='Multiple used in 12 places.'>last</a> = <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] &amp; 0x8000;
<a id='L514' name='L514'></a> 514         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] &lt;&lt;= 1;
<a id='L515' name='L515'></a> 515     <em class='brace'>}</em>
<a id='L516' name='L516'></a> 516     <em class='comment'>/* OFに、レジスタから最後に送り出されたビットの値を設定 */</em>
<a id='L517' name='L517'></a> 517     <strong class='reserved'>if</strong>(<a href='../Y/130.html' title='Multiple used in 12 places.'>last</a> &gt; 0x0) <em class='brace'>{</em>
<a id='L518' name='L518'></a> 518         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> += <a href='../S/2448.html#L27' title='Defined at 27 in include/struct.h.'>OF</a>;
<a id='L519' name='L519'></a> 519     <em class='brace'>}</em>
<a id='L520' name='L520'></a> 520     <em class='comment'>/* 第15ビットが1のとき、SFは1 */</em>
<a id='L521' name='L521'></a> 521     <strong class='reserved'>if</strong>((<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] &amp; 0x8000) &gt; 0x0) <em class='brace'>{</em>
<a id='L522' name='L522'></a> 522         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> += <a href='../S/2448.html#L28' title='Defined at 28 in include/struct.h.'>SF</a>;
<a id='L523' name='L523'></a> 523     <em class='brace'>}</em>
<a id='L524' name='L524'></a> 524     <em class='comment'>/* 演算結果が0のとき、ZFは1 */</em>
<a id='L525' name='L525'></a> 525     <strong class='reserved'>if</strong>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] == 0x0) <em class='brace'>{</em>
<a id='L526' name='L526'></a> 526         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> += <a href='../S/2448.html#L29' title='Defined at 29 in include/struct.h.'>ZF</a>;
<a id='L527' name='L527'></a> 527     <em class='brace'>}</em>
<a id='L528' name='L528'></a> 528     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 2;
<a id='L529' name='L529'></a> 529 <em class='brace'>}</em>
<a id='L530' name='L530'></a> 530 
<a id='L531' name='L531'></a> 531 <strong class='reserved'>void</strong> <a href='../R/212.html' title='Multiple referred from 2 places.'>srl</a>()
<a id='L532' name='L532'></a> 532 <em class='brace'>{</em>
<a id='L533' name='L533'></a> 533     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>], <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> + 1]<em class='brace'>}</em>;
<a id='L534' name='L534'></a> 534     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/130.html' title='Multiple used in 12 places.'>last</a> = 0;
<a id='L535' name='L535'></a> 535     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/184.html' title='Multiple used in 52 places.'>r</a> = <a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]);
<a id='L536' name='L536'></a> 536 
<a id='L537' name='L537'></a> 537     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> = 0x0;
<a id='L538' name='L538'></a> 538     <strong class='reserved'>for</strong>(<strong class='reserved'>int</strong> <a href='../Y/117.html' title='Multiple used in 233 places.'>i</a> = 0; <a href='../Y/117.html' title='Multiple used in 233 places.'>i</a> &lt; <a href='../S/2836.html#L184' title='Defined at 184 in src/exec.c.'>get_adr_x</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[1], <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]); <a href='../Y/117.html' title='Multiple used in 233 places.'>i</a>++) <em class='brace'>{</em>
<a id='L539' name='L539'></a> 539         <a href='../Y/130.html' title='Multiple used in 12 places.'>last</a> = <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] &amp; 0x0001;
<a id='L540' name='L540'></a> 540         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] &gt;&gt;= 1;
<a id='L541' name='L541'></a> 541     <em class='brace'>}</em>
<a id='L542' name='L542'></a> 542     <em class='comment'>/* OFに、レジスタから最後に送り出されたビットの値を設定 */</em>
<a id='L543' name='L543'></a> 543     <strong class='reserved'>if</strong>(<a href='../Y/130.html' title='Multiple used in 12 places.'>last</a> &gt; 0x0) <em class='brace'>{</em>
<a id='L544' name='L544'></a> 544         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> += <a href='../S/2448.html#L27' title='Defined at 27 in include/struct.h.'>OF</a>;
<a id='L545' name='L545'></a> 545     <em class='brace'>}</em>
<a id='L546' name='L546'></a> 546     <em class='comment'>/* 第15ビットが1のとき、SFは1 */</em>
<a id='L547' name='L547'></a> 547     <strong class='reserved'>if</strong>((<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] &amp; 0x8000) &gt; 0x0) <em class='brace'>{</em>
<a id='L548' name='L548'></a> 548         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> += <a href='../S/2448.html#L28' title='Defined at 28 in include/struct.h.'>SF</a>;
<a id='L549' name='L549'></a> 549     <em class='brace'>}</em>
<a id='L550' name='L550'></a> 550     <em class='comment'>/* 演算結果が0のとき、ZFは1 */</em>
<a id='L551' name='L551'></a> 551     <strong class='reserved'>if</strong>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../Y/184.html' title='Multiple used in 52 places.'>r</a>] == 0x0) <em class='brace'>{</em>
<a id='L552' name='L552'></a> 552         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> += <a href='../S/2448.html#L29' title='Defined at 29 in include/struct.h.'>ZF</a>;
<a id='L553' name='L553'></a> 553     <em class='brace'>}</em>
<a id='L554' name='L554'></a> 554     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 2;
<a id='L555' name='L555'></a> 555 <em class='brace'>}</em>
<a id='L556' name='L556'></a> 556 
<a id='L557' name='L557'></a> 557 <strong class='reserved'>void</strong> <a href='../R/170.html' title='Multiple referred from 2 places.'>jpl</a>()
<a id='L558' name='L558'></a> 558 <em class='brace'>{</em>
<a id='L559' name='L559'></a> 559     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>], <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> + 1]<em class='brace'>}</em>;
<a id='L560' name='L560'></a> 560     <strong class='reserved'>if</strong>((<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> &amp; (<a href='../S/2448.html#L28' title='Defined at 28 in include/struct.h.'>SF</a> | <a href='../S/2448.html#L29' title='Defined at 29 in include/struct.h.'>ZF</a>)) == 0) <em class='brace'>{</em>
<a id='L561' name='L561'></a> 561         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> = <a href='../S/2836.html#L184' title='Defined at 184 in src/exec.c.'>get_adr_x</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[1], <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]);
<a id='L562' name='L562'></a> 562     <em class='brace'>}</em> <strong class='reserved'>else</strong> <em class='brace'>{</em>
<a id='L563' name='L563'></a> 563         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 2;
<a id='L564' name='L564'></a> 564     <em class='brace'>}</em>
<a id='L565' name='L565'></a> 565 <em class='brace'>}</em>
<a id='L566' name='L566'></a> 566 
<a id='L567' name='L567'></a> 567 <strong class='reserved'>void</strong> <a href='../R/167.html' title='Multiple referred from 2 places.'>jmi</a>()
<a id='L568' name='L568'></a> 568 <em class='brace'>{</em>
<a id='L569' name='L569'></a> 569     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>], <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> + 1]<em class='brace'>}</em>;
<a id='L570' name='L570'></a> 570     <strong class='reserved'>if</strong>((<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> &amp; <a href='../S/2448.html#L28' title='Defined at 28 in include/struct.h.'>SF</a>) &gt; 0) <em class='brace'>{</em>
<a id='L571' name='L571'></a> 571         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> = <a href='../S/2836.html#L184' title='Defined at 184 in src/exec.c.'>get_adr_x</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[1], <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]);
<a id='L572' name='L572'></a> 572     <em class='brace'>}</em> <strong class='reserved'>else</strong> <em class='brace'>{</em>
<a id='L573' name='L573'></a> 573         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 2;
<a id='L574' name='L574'></a> 574     <em class='brace'>}</em>
<a id='L575' name='L575'></a> 575 <em class='brace'>}</em>
<a id='L576' name='L576'></a> 576 
<a id='L577' name='L577'></a> 577 <strong class='reserved'>void</strong> <a href='../R/168.html' title='Multiple referred from 2 places.'>jnz</a>()
<a id='L578' name='L578'></a> 578 <em class='brace'>{</em>
<a id='L579' name='L579'></a> 579     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>], <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> + 1]<em class='brace'>}</em>;
<a id='L580' name='L580'></a> 580     <strong class='reserved'>if</strong>((<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> &amp; <a href='../S/2448.html#L29' title='Defined at 29 in include/struct.h.'>ZF</a>) == 0) <em class='brace'>{</em>
<a id='L581' name='L581'></a> 581         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> = <a href='../S/2836.html#L184' title='Defined at 184 in src/exec.c.'>get_adr_x</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[1], <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]);
<a id='L582' name='L582'></a> 582     <em class='brace'>}</em> <strong class='reserved'>else</strong> <em class='brace'>{</em>
<a id='L583' name='L583'></a> 583         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 2;
<a id='L584' name='L584'></a> 584     <em class='brace'>}</em>
<a id='L585' name='L585'></a> 585 <em class='brace'>}</em>
<a id='L586' name='L586'></a> 586 
<a id='L587' name='L587'></a> 587 <strong class='reserved'>void</strong> <a href='../R/172.html' title='Multiple referred from 2 places.'>jze</a>()
<a id='L588' name='L588'></a> 588 <em class='brace'>{</em>
<a id='L589' name='L589'></a> 589     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>], <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> + 1]<em class='brace'>}</em>;
<a id='L590' name='L590'></a> 590     <strong class='reserved'>if</strong>((<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> &amp; <a href='../S/2448.html#L29' title='Defined at 29 in include/struct.h.'>ZF</a>) &gt; 0) <em class='brace'>{</em>
<a id='L591' name='L591'></a> 591         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> = <a href='../S/2836.html#L184' title='Defined at 184 in src/exec.c.'>get_adr_x</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[1], <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]);
<a id='L592' name='L592'></a> 592     <em class='brace'>}</em> <strong class='reserved'>else</strong> <em class='brace'>{</em>
<a id='L593' name='L593'></a> 593         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 2;
<a id='L594' name='L594'></a> 594     <em class='brace'>}</em>
<a id='L595' name='L595'></a> 595 <em class='brace'>}</em>
<a id='L596' name='L596'></a> 596 
<a id='L597' name='L597'></a> 597 <strong class='reserved'>void</strong> <a href='../R/169.html' title='Multiple referred from 2 places.'>jov</a>()
<a id='L598' name='L598'></a> 598 <em class='brace'>{</em>
<a id='L599' name='L599'></a> 599     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>], <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> + 1]<em class='brace'>}</em>;
<a id='L600' name='L600'></a> 600     <strong class='reserved'>if</strong>((<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/103.html' title='Multiple used in 44 places.'>fr</a> &amp; <a href='../S/2448.html#L27' title='Defined at 27 in include/struct.h.'>OF</a>) &gt; 0) <em class='brace'>{</em>
<a id='L601' name='L601'></a> 601         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> = <a href='../S/2836.html#L184' title='Defined at 184 in src/exec.c.'>get_adr_x</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[1], <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]);
<a id='L602' name='L602'></a> 602     <em class='brace'>}</em> <strong class='reserved'>else</strong> <em class='brace'>{</em>
<a id='L603' name='L603'></a> 603         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 2;
<a id='L604' name='L604'></a> 604     <em class='brace'>}</em>
<a id='L605' name='L605'></a> 605 <em class='brace'>}</em>
<a id='L606' name='L606'></a> 606 
<a id='L607' name='L607'></a> 607 <strong class='reserved'>void</strong> <a href='../R/171.html' title='Multiple referred from 2 places.'>jump</a>()
<a id='L608' name='L608'></a> 608 <em class='brace'>{</em>
<a id='L609' name='L609'></a> 609     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>], <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> + 1]<em class='brace'>}</em>;
<a id='L610' name='L610'></a> 610     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> = <a href='../S/2836.html#L184' title='Defined at 184 in src/exec.c.'>get_adr_x</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[1], <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]);
<a id='L611' name='L611'></a> 611 <em class='brace'>}</em>
<a id='L612' name='L612'></a> 612 
<a id='L613' name='L613'></a> 613 <strong class='reserved'>void</strong> <a href='../R/203.html' title='Multiple referred from 2 places.'>push</a>()
<a id='L614' name='L614'></a> 614 <em class='brace'>{</em>
<a id='L615' name='L615'></a> 615     <a href='../Y/20.html' title='Multiple used in 22 places.'>assert</a>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/193.html' title='Multiple used in 17 places.'>sp</a> &gt; <a href='../Y/89.html' title='Multiple used in 25 places.'>execptr</a>-&gt;<a href='../Y/85.html' title='Multiple used in 25 places.'>end</a> &amp;&amp; <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/193.html' title='Multiple used in 17 places.'>sp</a> &lt;= <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/146.html' title='Multiple used in 30 places.'>memsize</a>);
<a id='L616' name='L616'></a> 616     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>], <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> + 1]<em class='brace'>}</em>;
<a id='L617' name='L617'></a> 617     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[--(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/193.html' title='Multiple used in 17 places.'>sp</a>)] = <a href='../S/2836.html#L184' title='Defined at 184 in src/exec.c.'>get_adr_x</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[1], <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]);
<a id='L618' name='L618'></a> 618     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 2;
<a id='L619' name='L619'></a> 619 <em class='brace'>}</em>
<a id='L620' name='L620'></a> 620 
<a id='L621' name='L621'></a> 621 <strong class='reserved'>void</strong> <a href='../R/197.html' title='Multiple referred from 2 places.'>pop</a>()
<a id='L622' name='L622'></a> 622 <em class='brace'>{</em>
<a id='L623' name='L623'></a> 623     <a href='../Y/20.html' title='Multiple used in 22 places.'>assert</a>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/193.html' title='Multiple used in 17 places.'>sp</a> &gt; <a href='../Y/89.html' title='Multiple used in 25 places.'>execptr</a>-&gt;<a href='../Y/85.html' title='Multiple used in 25 places.'>end</a>);
<a id='L624' name='L624'></a> 624     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>]<em class='brace'>}</em>;
<a id='L625' name='L625'></a> 625     <strong class='reserved'>char</strong> *<a href='../Y/188.html' title='Multiple used in 74 places.'>s</a> = <a href='../Y/3.html' title='Multiple used in 191 places.'>NULL</a>;
<a id='L626' name='L626'></a> 626 
<a id='L627' name='L627'></a> 627     <strong class='reserved'>if</strong>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/193.html' title='Multiple used in 17 places.'>sp</a> &gt;= <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/146.html' title='Multiple used in 30 places.'>memsize</a>) <em class='brace'>{</em>
<a id='L628' name='L628'></a> 628         <a href='../S/2850.html#L45' title='Defined at 45 in src/cerr.c.'>setcerr</a>(203, <a href='../Y/188.html' title='Multiple used in 74 places.'>s</a> = <a href='../S/2836.html#L89' title='Defined at 89 in src/exec.c.'>pr2str</a>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>));        <em class='comment'>/* Stack Pointer (SP) - stack underflow */</em>
<a id='L629' name='L629'></a> 629         <a href='../S/2454.html#L21' title='Defined at 21 in include/cmem.h.'>FREE</a>(<a href='../Y/188.html' title='Multiple used in 74 places.'>s</a>);
<a id='L630' name='L630'></a> 630     <em class='brace'>}</em> <strong class='reserved'>else</strong> <em class='brace'>{</em>
<a id='L631' name='L631'></a> 631         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/113.html' title='Multiple used in 59 places.'>gr</a>[<a href='../S/2836.html#L158' title='Defined at 158 in src/exec.c.'>get_r_r1</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0])] = <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/193.html' title='Multiple used in 17 places.'>sp</a>)++];
<a id='L632' name='L632'></a> 632         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 1;
<a id='L633' name='L633'></a> 633     <em class='brace'>}</em>
<a id='L634' name='L634'></a> 634 <em class='brace'>}</em>
<a id='L635' name='L635'></a> 635 
<a id='L636' name='L636'></a> 636 <strong class='reserved'>void</strong> <a href='../R/114.html' title='Multiple referred from 2 places.'>call</a>()
<a id='L637' name='L637'></a> 637 <em class='brace'>{</em>
<a id='L638' name='L638'></a> 638     <a href='../Y/20.html' title='Multiple used in 22 places.'>assert</a>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/193.html' title='Multiple used in 17 places.'>sp</a> &gt; <a href='../Y/89.html' title='Multiple used in 25 places.'>execptr</a>-&gt;<a href='../Y/85.html' title='Multiple used in 25 places.'>end</a> &amp;&amp; <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/193.html' title='Multiple used in 17 places.'>sp</a> &lt;= <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/146.html' title='Multiple used in 30 places.'>memsize</a>);
<a id='L639' name='L639'></a> 639     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>], <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> + 1]<em class='brace'>}</em>;
<a id='L640' name='L640'></a> 640     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[--(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/193.html' title='Multiple used in 17 places.'>sp</a>)] = <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> + 1;
<a id='L641' name='L641'></a> 641     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> = <a href='../S/2836.html#L184' title='Defined at 184 in src/exec.c.'>get_adr_x</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[1], <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]);
<a id='L642' name='L642'></a> 642 <em class='brace'>}</em>
<a id='L643' name='L643'></a> 643 
<a id='L644' name='L644'></a> 644 <strong class='reserved'>void</strong> <a href='../R/205.html' title='Multiple referred from 2 places.'>ret</a>()
<a id='L645' name='L645'></a> 645 <em class='brace'>{</em>
<a id='L646' name='L646'></a> 646     <a href='../Y/20.html' title='Multiple used in 22 places.'>assert</a>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/193.html' title='Multiple used in 17 places.'>sp</a> &lt;= <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/146.html' title='Multiple used in 30 places.'>memsize</a>);
<a id='L647' name='L647'></a> 647     <strong class='reserved'>if</strong>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/193.html' title='Multiple used in 17 places.'>sp</a> == <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/146.html' title='Multiple used in 30 places.'>memsize</a>) <em class='brace'>{</em>
<a id='L648' name='L648'></a> 648         <a href='../Y/89.html' title='Multiple used in 25 places.'>execptr</a>-&gt;<a href='../Y/202.html' title='Multiple used in 5 places.'>stop</a> = <a href='../Y/228.html' title='Multiple used in 79 places.'>true</a>;
<a id='L649' name='L649'></a> 649     <em class='brace'>}</em> <strong class='reserved'>else</strong> <strong class='reserved'>if</strong>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/193.html' title='Multiple used in 17 places.'>sp</a> &lt; <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/146.html' title='Multiple used in 30 places.'>memsize</a>) <em class='brace'>{</em>
<a id='L650' name='L650'></a> 650         <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> = <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/193.html' title='Multiple used in 17 places.'>sp</a>)++] + 1;
<a id='L651' name='L651'></a> 651     <em class='brace'>}</em>
<a id='L652' name='L652'></a> 652 <em class='brace'>}</em>
<a id='L653' name='L653'></a> 653 
<a id='L654' name='L654'></a> 654 <strong class='reserved'>void</strong> <a href='../R/224.html' title='Multiple referred from 2 places.'>svc</a>()
<a id='L655' name='L655'></a> 655 <em class='brace'>{</em>
<a id='L656' name='L656'></a> 656     <a href='../S/2455.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em><a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>], <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> + 1]<em class='brace'>}</em>;
<a id='L657' name='L657'></a> 657     <strong class='reserved'>switch</strong>(<a href='../S/2836.html#L184' title='Defined at 184 in src/exec.c.'>get_adr_x</a>(<a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[1], <a href='../Y/235.html' title='Multiple used in 107 places.'>w</a>[0]))
<a id='L658' name='L658'></a> 658     <em class='brace'>{</em>
<a id='L659' name='L659'></a> 659     <strong class='reserved'>case</strong> 0x0:                   <em class='comment'>/* STOP */</em>
<a id='L660' name='L660'></a> 660         <a href='../Y/89.html' title='Multiple used in 25 places.'>execptr</a>-&gt;<a href='../Y/202.html' title='Multiple used in 5 places.'>stop</a> = <a href='../Y/228.html' title='Multiple used in 79 places.'>true</a>;
<a id='L661' name='L661'></a> 661         <strong class='reserved'>break</strong>;
<a id='L662' name='L662'></a> 662     <strong class='reserved'>case</strong> 0x1:                   <em class='comment'>/* IN */</em>
<a id='L663' name='L663'></a> 663         <a href='../S/2836.html#L97' title='Defined at 97 in src/exec.c.'>svcin</a>();
<a id='L664' name='L664'></a> 664         <strong class='reserved'>break</strong>;
<a id='L665' name='L665'></a> 665     <strong class='reserved'>case</strong> 0x2:                   <em class='comment'>/* OUT */</em>
<a id='L666' name='L666'></a> 666         <a href='../S/2836.html#L121' title='Defined at 121 in src/exec.c.'>svcout</a>();
<a id='L667' name='L667'></a> 667         <strong class='reserved'>break</strong>;
<a id='L668' name='L668'></a> 668     <em class='brace'>}</em>
<a id='L669' name='L669'></a> 669     <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> += 2;
<a id='L670' name='L670'></a> 670 <em class='brace'>}</em>
<a id='L671' name='L671'></a> 671 
<a id='L672' name='L672'></a> 672 <strong class='reserved'>void</strong> <a href='../R/136.html' title='Multiple referred from 4 places.'>exec</a>()
<a id='L673' name='L673'></a> 673 <em class='brace'>{</em>
<a id='L674' name='L674'></a> 674     <a href='../Y/57.html' title='Multiple used in 3 places.'>clock_t</a> <a href='../Y/55.html' title='Multiple used in 3 places.'>clock_begin</a> = 0;
<a id='L675' name='L675'></a> 675     <a href='../Y/57.html' title='Multiple used in 3 places.'>clock_t</a> <a href='../Y/56.html' title='Multiple used in 3 places.'>clock_end</a> = 0;
<a id='L676' name='L676'></a> 676     <strong class='reserved'>void</strong> (*<a href='../Y/63.html' title='Multiple used in 6 places.'>cmdptr</a>)() = <a href='../Y/3.html' title='Multiple used in 191 places.'>NULL</a>;
<a id='L677' name='L677'></a> 677     <strong class='reserved'>char</strong> *<a href='../Y/188.html' title='Multiple used in 74 places.'>s</a> = <a href='../Y/3.html' title='Multiple used in 191 places.'>NULL</a>;
<a id='L678' name='L678'></a> 678     <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/150.html' title='Multiple used in 2 places.'>monmsg</a> = "COMET II machine code monitor. Type ? for help.\n";
<a id='L679' name='L679'></a> 679 
<a id='L680' name='L680'></a> 680     <a href='../S/2853.html#L113' title='Defined at 113 in src/struct.c.'>create_cmdtable</a>(<a href='../S/2448.html#L62' title='Defined at 62 in include/struct.h.'>HASH_CODE</a>);                 <em class='comment'>/* 命令のコードとタイプがキーのハッシュ表を作成 */</em>
<a id='L681' name='L681'></a> 681 
<a id='L682' name='L682'></a> 682     <strong class='reserved'>if</strong>(<a href='../Y/88.html' title='Multiple used in 35 places.'>execmode</a>.<a href='../Y/227.html' title='Multiple used in 13 places.'>trace</a> == <a href='../Y/228.html' title='Multiple used in 79 places.'>true</a>) <em class='brace'>{</em>
<a id='L683' name='L683'></a> 683         <a href='../Y/102.html' title='Multiple used in 115 places.'>fprintf</a>(<a href='../Y/200.html' title='Multiple used in 93 places.'>stdout</a>, "\nExecuting machine codes\n");
<a id='L684' name='L684'></a> 684     <em class='brace'>}</em>
<a id='L685' name='L685'></a> 685     <em class='comment'>/* 機械語の実行 */</em>
<a id='L686' name='L686'></a> 686     <strong class='reserved'>for</strong> (<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> = <a href='../Y/89.html' title='Multiple used in 25 places.'>execptr</a>-&gt;<a href='../Y/196.html' title='Multiple used in 19 places.'>start</a>; ; ) <em class='brace'>{</em>
<a id='L687' name='L687'></a> 687         <a href='../Y/55.html' title='Multiple used in 3 places.'>clock_begin</a> = <a href='../Y/54.html' title='Multiple used in 2 places.'>clock</a>();                     <em class='comment'>/* クロック周波数設定のため、実行開始時間を格納 */</em>
<a id='L688' name='L688'></a> 688         <strong class='reserved'>if</strong>(<a href='../Y/88.html' title='Multiple used in 35 places.'>execmode</a>.<a href='../Y/81.html' title='Multiple used in 8 places.'>dump</a> || <a href='../Y/88.html' title='Multiple used in 35 places.'>execmode</a>.<a href='../Y/227.html' title='Multiple used in 13 places.'>trace</a>) <em class='brace'>{</em>      <em class='comment'>/* traceまたはdumpオプション指定時、改行を出力 */</em>
<a id='L689' name='L689'></a> 689             <strong class='reserved'>if</strong>(<a href='../Y/88.html' title='Multiple used in 35 places.'>execmode</a>.<a href='../Y/227.html' title='Multiple used in 13 places.'>trace</a>) <em class='brace'>{</em>                   <em class='comment'>/* traceオプション指定時、レジスタを出力 */</em>
<a id='L690' name='L690'></a> 690                 <a href='../Y/102.html' title='Multiple used in 115 places.'>fprintf</a>(<a href='../Y/200.html' title='Multiple used in 93 places.'>stdout</a>, "#%04X: Register::::\n", <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>);
<a id='L691' name='L691'></a> 691                 <a href='../S/2848.html#L38' title='Defined at 38 in src/dump.c.'>dspregister</a>();
<a id='L692' name='L692'></a> 692             <em class='brace'>}</em>
<a id='L693' name='L693'></a> 693             <strong class='reserved'>if</strong>(<a href='../Y/88.html' title='Multiple used in 35 places.'>execmode</a>.<a href='../Y/81.html' title='Multiple used in 8 places.'>dump</a>) <em class='brace'>{</em>                    <em class='comment'>/* dumpオプション指定時、メモリを出力 */</em>
<a id='L694' name='L694'></a> 694                 <a href='../Y/102.html' title='Multiple used in 115 places.'>fprintf</a>(<a href='../Y/200.html' title='Multiple used in 93 places.'>stdout</a>, "#%04X: Memory::::\n", <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>);
<a id='L695' name='L695'></a> 695                 <a href='../S/2848.html#L4' title='Defined at 4 in src/dump.c.'>dumpmemory</a>(<a href='../Y/88.html' title='Multiple used in 35 places.'>execmode</a>.<a href='../Y/83.html' title='Multiple used in 8 places.'>dump_start</a>, <a href='../Y/88.html' title='Multiple used in 35 places.'>execmode</a>.<a href='../Y/82.html' title='Multiple used in 8 places.'>dump_end</a>);
<a id='L696' name='L696'></a> 696             <em class='brace'>}</em>
<a id='L697' name='L697'></a> 697             <a href='../Y/102.html' title='Multiple used in 115 places.'>fprintf</a>(<a href='../Y/200.html' title='Multiple used in 93 places.'>stdout</a>, "\n");
<a id='L698' name='L698'></a> 698         <em class='brace'>}</em>
<a id='L699' name='L699'></a> 699         <em class='comment'>/* ステップモードまたはブレークポイントの場合、モニターを起動 */</em>
<a id='L700' name='L700'></a> 700         <strong class='reserved'>if</strong>(
<a id='L701' name='L701'></a> 701             (<a href='../Y/88.html' title='Multiple used in 35 places.'>execmode</a>.<a href='../S/2834.html#L389' title='Defined at 389 in src/monitor.c.'>monitor</a> == <a href='../Y/228.html' title='Multiple used in 79 places.'>true</a> &amp;&amp; <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> == <a href='../Y/89.html' title='Multiple used in 25 places.'>execptr</a>-&gt;<a href='../Y/196.html' title='Multiple used in 19 places.'>start</a>) ||
<a id='L702' name='L702'></a> 702             <a href='../Y/88.html' title='Multiple used in 35 places.'>execmode</a>.<a href='../Y/201.html' title='Multiple used in 5 places.'>step</a> == <a href='../Y/228.html' title='Multiple used in 79 places.'>true</a> || <a href='../S/2834.html#L25' title='Defined at 25 in src/monitor.c.'>getbps</a>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>) == <a href='../Y/228.html' title='Multiple used in 79 places.'>true</a>)
<a id='L703' name='L703'></a> 703         <em class='brace'>{</em>
<a id='L704' name='L704'></a> 704             <strong class='reserved'>if</strong>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> == <a href='../Y/89.html' title='Multiple used in 25 places.'>execptr</a>-&gt;<a href='../Y/196.html' title='Multiple used in 19 places.'>start</a>) <em class='brace'>{</em>
<a id='L705' name='L705'></a> 705                 <a href='../Y/102.html' title='Multiple used in 115 places.'>fprintf</a>(<a href='../Y/200.html' title='Multiple used in 93 places.'>stdout</a>, "%s", <a href='../Y/150.html' title='Multiple used in 2 places.'>monmsg</a>);
<a id='L706' name='L706'></a> 706             <em class='brace'>}</em>
<a id='L707' name='L707'></a> 707             <a href='../S/2834.html#L389' title='Defined at 389 in src/monitor.c.'>monitor</a>();
<a id='L708' name='L708'></a> 708         <em class='brace'>}</em>
<a id='L709' name='L709'></a> 709         <em class='comment'>/* プログラムレジスタをチェック */</em>
<a id='L710' name='L710'></a> 710         <strong class='reserved'>if</strong>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a> &gt;= <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/146.html' title='Multiple used in 30 places.'>memsize</a>) <em class='brace'>{</em>
<a id='L711' name='L711'></a> 711             <a href='../S/2850.html#L45' title='Defined at 45 in src/cerr.c.'>setcerr</a>(201, <a href='../Y/188.html' title='Multiple used in 74 places.'>s</a> = <a href='../S/2836.html#L89' title='Defined at 89 in src/exec.c.'>pr2str</a>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>));        <em class='comment'>/* Program Register (PR) - memory overflow */</em>
<a id='L712' name='L712'></a> 712             <strong class='reserved'>goto</strong> <a href='../Y/87.html' title='Multiple used in 5 places.'>execfin</a>;
<a id='L713' name='L713'></a> 713         <em class='brace'>}</em>
<a id='L714' name='L714'></a> 714         <em class='comment'>/* スタックポインタをチェック */</em>
<a id='L715' name='L715'></a> 715         <strong class='reserved'>if</strong>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/193.html' title='Multiple used in 17 places.'>sp</a> &lt;= <a href='../Y/89.html' title='Multiple used in 25 places.'>execptr</a>-&gt;<a href='../Y/85.html' title='Multiple used in 25 places.'>end</a>) <em class='brace'>{</em>
<a id='L716' name='L716'></a> 716             <a href='../S/2850.html#L45' title='Defined at 45 in src/cerr.c.'>setcerr</a>(202, <a href='../Y/188.html' title='Multiple used in 74 places.'>s</a> = <a href='../S/2836.html#L89' title='Defined at 89 in src/exec.c.'>pr2str</a>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>));        <em class='comment'>/* Stack Pointer (SP) - stack overflow */</em>
<a id='L717' name='L717'></a> 717             <strong class='reserved'>goto</strong> <a href='../Y/87.html' title='Multiple used in 5 places.'>execfin</a>;
<a id='L718' name='L718'></a> 718         <em class='brace'>}</em>
<a id='L719' name='L719'></a> 719         <em class='comment'>/* コードから命令を取得 */</em>
<a id='L720' name='L720'></a> 720         <em class='comment'>/* 取得できない場合はエラー終了 */</em>
<a id='L721' name='L721'></a> 721         <strong class='reserved'>if</strong>((<a href='../Y/63.html' title='Multiple used in 6 places.'>cmdptr</a> = <a href='../S/2853.html#L188' title='Defined at 188 in src/struct.c.'>getcmdptr</a>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/144.html' title='Multiple used in 60 places.'>memory</a>[<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>] &amp; 0xFF00)) == <a href='../Y/3.html' title='Multiple used in 191 places.'>NULL</a>) <em class='brace'>{</em>
<a id='L722' name='L722'></a> 722             <a href='../S/2850.html#L45' title='Defined at 45 in src/cerr.c.'>setcerr</a>(204, <a href='../Y/188.html' title='Multiple used in 74 places.'>s</a> = <a href='../S/2836.html#L89' title='Defined at 89 in src/exec.c.'>pr2str</a>(<a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/77.html' title='Multiple used in 218 places.'>cpu</a>-&gt;<a href='../Y/174.html' title='Multiple used in 110 places.'>pr</a>));            <em class='comment'>/* OP in word #1 - not command code */</em>
<a id='L723' name='L723'></a> 723             <strong class='reserved'>goto</strong> <a href='../Y/87.html' title='Multiple used in 5 places.'>execfin</a>;
<a id='L724' name='L724'></a> 724         <em class='brace'>}</em>
<a id='L725' name='L725'></a> 725         <em class='comment'>/* 命令の実行 */</em>
<a id='L726' name='L726'></a> 726         (*<a href='../Y/63.html' title='Multiple used in 6 places.'>cmdptr</a>)();
<a id='L727' name='L727'></a> 727         <em class='comment'>/* エラー発生時はエラー終了 */</em>
<a id='L728' name='L728'></a> 728         <strong class='reserved'>if</strong>(<a href='../Y/32.html' title='Multiple used in 59 places.'>cerr</a>-&gt;<a href='../Y/157.html' title='Multiple used in 57 places.'>num</a> &gt; 0) <em class='brace'>{</em>
<a id='L729' name='L729'></a> 729             <strong class='reserved'>goto</strong> <a href='../Y/87.html' title='Multiple used in 5 places.'>execfin</a>;
<a id='L730' name='L730'></a> 730         <em class='brace'>}</em>
<a id='L731' name='L731'></a> 731         <em class='comment'>/* 終了フラグがtrueの場合は、モニターまたは正常終了 */</em>
<a id='L732' name='L732'></a> 732         <strong class='reserved'>if</strong>(<a href='../Y/89.html' title='Multiple used in 25 places.'>execptr</a>-&gt;<a href='../Y/202.html' title='Multiple used in 5 places.'>stop</a> == <a href='../Y/228.html' title='Multiple used in 79 places.'>true</a>) <em class='brace'>{</em>
<a id='L733' name='L733'></a> 733             <strong class='reserved'>if</strong>(<a href='../Y/88.html' title='Multiple used in 35 places.'>execmode</a>.<a href='../S/2834.html#L389' title='Defined at 389 in src/monitor.c.'>monitor</a> == <a href='../Y/228.html' title='Multiple used in 79 places.'>true</a>) <em class='brace'>{</em>
<a id='L734' name='L734'></a> 734                 <a href='../Y/102.html' title='Multiple used in 115 places.'>fprintf</a>(<a href='../Y/200.html' title='Multiple used in 93 places.'>stdout</a>, "Return to top.\n");
<a id='L735' name='L735'></a> 735                 <a href='../S/2834.html#L389' title='Defined at 389 in src/monitor.c.'>monitor</a>();
<a id='L736' name='L736'></a> 736             <em class='brace'>}</em> <strong class='reserved'>else</strong> <em class='brace'>{</em>
<a id='L737' name='L737'></a> 737                 <strong class='reserved'>break</strong>;
<a id='L738' name='L738'></a> 738             <em class='brace'>}</em>
<a id='L739' name='L739'></a> 739         <em class='brace'>}</em>
<a id='L740' name='L740'></a> 740         <em class='comment'>/* クロック周波数の設定 */</em>
<a id='L741' name='L741'></a> 741         <strong class='reserved'>do</strong> <em class='brace'>{</em>
<a id='L742' name='L742'></a> 742             <a href='../Y/56.html' title='Multiple used in 3 places.'>clock_end</a> = <a href='../Y/54.html' title='Multiple used in 2 places.'>clock</a>();
<a id='L743' name='L743'></a> 743         <em class='brace'>}</em> <strong class='reserved'>while</strong>(<a href='../Y/56.html' title='Multiple used in 3 places.'>clock_end</a> - <a href='../Y/55.html' title='Multiple used in 3 places.'>clock_begin</a> &lt; CLOCKS_PER_SEC / <a href='../Y/217.html' title='Multiple used in 243 places.'>sys</a>-&gt;<a href='../Y/58.html' title='Multiple used in 15 places.'>clocks</a>);
<a id='L744' name='L744'></a> 744     <em class='brace'>}</em>
<a id='L745' name='L745'></a> 745 <a href='../Y/87.html' title='Multiple used in 5 places.'>execfin</a>:
<a id='L746' name='L746'></a> 746     <a href='../S/2454.html#L21' title='Defined at 21 in include/cmem.h.'>FREE</a>(<a href='../Y/188.html' title='Multiple used in 74 places.'>s</a>);
<a id='L747' name='L747'></a> 747     <a href='../S/2834.html#L116' title='Defined at 116 in src/monitor.c.'>freebps</a>();
<a id='L748' name='L748'></a> 748     <a href='../S/2853.html#L135' title='Defined at 135 in src/struct.c.'>free_cmdtable</a>(<a href='../S/2448.html#L62' title='Defined at 62 in include/struct.h.'>HASH_CODE</a>);              <em class='comment'>/* 命令のコードとタイプがキーのハッシュ表を解放 */</em>
<a id='L749' name='L749'></a> 749     <strong class='reserved'>if</strong>(<a href='../Y/32.html' title='Multiple used in 59 places.'>cerr</a>-&gt;<a href='../Y/157.html' title='Multiple used in 57 places.'>num</a> &gt; 0) <em class='brace'>{</em>
<a id='L750' name='L750'></a> 750         <a href='../Y/102.html' title='Multiple used in 115 places.'>fprintf</a>(<a href='../Y/198.html' title='Multiple used in 23 places.'>stderr</a>, "Execute error - %d: %s\n", <a href='../Y/32.html' title='Multiple used in 59 places.'>cerr</a>-&gt;<a href='../Y/157.html' title='Multiple used in 57 places.'>num</a>, <a href='../Y/32.html' title='Multiple used in 59 places.'>cerr</a>-&gt;<a href='../Y/151.html' title='Multiple used in 23 places.'>msg</a>);
<a id='L751' name='L751'></a> 751     <em class='brace'>}</em>
<a id='L752' name='L752'></a> 752 <em class='brace'>}</em>
</pre>
<hr />
<a id='BOTTOM' name='BOTTOM'></a>
<em class='comment'>/* [&lt;][&gt;]<a href='#L89'>[^]</a><a href='#L672'>[v]</a><a href='#TOP'>[top]</a>[bottom]<a href='../mains.html'>[index]</a><a href='../help.html'>[help]</a> */</em>
</body>
</html>

/* [<][>][^][v][top][bottom][index][help] */