<!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>execmode</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>
<pre>
<span class='curline'><a href='../S/20637.html#L157'>execmode</a> 157 include/struct.h extern EXECMODE execmode;</span>
<span class='curline'><a href='../S/21076.html#L746'>execmode</a> 746 src/assemble.c if(execmode.trace == true || execmode.dump == true ||</span>
<span class='curline'><a href='../S/21080.html#L122'>execmode</a> 122 src/casl2.c execmode.trace = true;</span>
<span class='curline'><a href='../S/21080.html#L125'>execmode</a> 125 src/casl2.c execmode.trace = true;</span>
<span class='curline'><a href='../S/21080.html#L126'>execmode</a> 126 src/casl2.c execmode.logical = true;</span>
<span class='curline'><a href='../S/21080.html#L129'>execmode</a> 129 src/casl2.c execmode.dump = true;</span>
<span class='curline'><a href='../S/21080.html#L132'>execmode</a> 132 src/casl2.c execmode.step = true;</span>
<span class='curline'><a href='../S/21074.html#L50'>execmode</a> 50 src/comet2.c execmode.trace = true;</span>
<span class='curline'><a href='../S/21074.html#L53'>execmode</a> 53 src/comet2.c execmode.trace = true;</span>
<span class='curline'><a href='../S/21074.html#L54'>execmode</a> 54 src/comet2.c execmode.logical = true;</span>
<span class='curline'><a href='../S/21074.html#L57'>execmode</a> 57 src/comet2.c execmode.dump = true;</span>
<span class='curline'><a href='../S/21074.html#L60'>execmode</a> 60 src/comet2.c execmode.monitor = true;</span>
<span class='curline'><a href='../S/21065.html#L86'>execmode</a> 86 src/comet2monitor.c execmode.monitor = true;</span>
<span class='curline'><a href='../S/21079.html#L48'>execmode</a> 48 src/dump.c print_dumpword(sys->cpu->gr[i], execmode.logical);</span>
<span class='curline'><a href='../S/21058.html#L90'>execmode</a> 90 src/exec.c EXECMODE execmode = {false, false, false, 0, 0xFFFF, false, false};</span>
<span class='curline'><a href='../S/21058.html#L695'>execmode</a> 695 src/exec.c if(execmode.trace == true) {</span>
<span class='curline'><a href='../S/21058.html#L701'>execmode</a> 701 src/exec.c if(execmode.dump || execmode.trace) { /* traceまたはdumpオプション指定時、改行を出力 */</span>
<span class='curline'><a href='../S/21058.html#L702'>execmode</a> 702 src/exec.c if(execmode.trace) { /* traceオプション指定時、レジスタを出力 */</span>
<span class='curline'><a href='../S/21058.html#L706'>execmode</a> 706 src/exec.c if(execmode.dump) { /* dumpオプション指定時、メモリを出力 */</span>
<span class='curline'><a href='../S/21058.html#L708'>execmode</a> 708 src/exec.c dumpmemory(execmode.dump_start, execmode.dump_end);</span>
<span class='curline'><a href='../S/21058.html#L714'>execmode</a> 714 src/exec.c (execmode.monitor == true && sys->cpu->pr == execptr->start) ||</span>
<span class='curline'><a href='../S/21058.html#L715'>execmode</a> 715 src/exec.c execmode.step == true || getbps(sys->cpu->pr) == true)</span>
<span class='curline'><a href='../S/21058.html#L746'>execmode</a> 746 src/exec.c if(execmode.monitor == true) {</span>
<span class='curline'><a href='../S/21053.html#L265'>execmode</a> 265 src/monitor.c execmode.dump = true;</span>
<span class='curline'><a href='../S/21053.html#L267'>execmode</a> 267 src/monitor.c execmode.dump = false;</span>
<span class='curline'><a href='../S/21053.html#L282'>execmode</a> 282 src/monitor.c execmode.dump_start = dump_start;</span>
<span class='curline'><a href='../S/21053.html#L283'>execmode</a> 283 src/monitor.c execmode.dump_end = dump_end;</span>
<span class='curline'><a href='../S/21053.html#L304'>execmode</a> 304 src/monitor.c execmode.step = false;</span>
<span class='curline'><a href='../S/21053.html#L311'>execmode</a> 311 src/monitor.c execmode.step = true;</span>
<span class='curline'><a href='../S/21053.html#L328'>execmode</a> 328 src/monitor.c execmode.logical = false;</span>
<span class='curline'><a href='../S/21053.html#L329'>execmode</a> 329 src/monitor.c execmode.trace = true;</span>
<span class='curline'><a href='../S/21053.html#L331'>execmode</a> 331 src/monitor.c execmode.trace = false;</span>
<span class='curline'><a href='../S/21053.html#L338'>execmode</a> 338 src/monitor.c execmode.logical = true;</span>
<span class='curline'><a href='../S/21053.html#L339'>execmode</a> 339 src/monitor.c execmode.trace = true;</span>
<span class='curline'><a href='../S/21053.html#L341'>execmode</a> 341 src/monitor.c execmode.trace = false;</span>
</pre>
</body>
</html>