<!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.5' /> <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/2417.html#L154'>execmode</a> 154 include/struct.h extern EXECMODE execmode;</span> <span class='curline'><a href='../S/2837.html#L770'>execmode</a> 770 src/assemble.c if(execmode.trace == true || execmode.dump == true ||</span> <span class='curline'><a href='../S/2841.html#L122'>execmode</a> 122 src/casl2.c execmode.trace = true;</span> <span class='curline'><a href='../S/2841.html#L125'>execmode</a> 125 src/casl2.c execmode.trace = true;</span> <span class='curline'><a href='../S/2841.html#L126'>execmode</a> 126 src/casl2.c execmode.logical = true;</span> <span class='curline'><a href='../S/2841.html#L129'>execmode</a> 129 src/casl2.c execmode.dump = true;</span> <span class='curline'><a href='../S/2841.html#L132'>execmode</a> 132 src/casl2.c execmode.step = true;</span> <span class='curline'><a href='../S/2835.html#L49'>execmode</a> 49 src/comet2.c execmode.trace = true;</span> <span class='curline'><a href='../S/2835.html#L52'>execmode</a> 52 src/comet2.c execmode.trace = true;</span> <span class='curline'><a href='../S/2835.html#L53'>execmode</a> 53 src/comet2.c execmode.logical = true;</span> <span class='curline'><a href='../S/2835.html#L56'>execmode</a> 56 src/comet2.c execmode.dump = true;</span> <span class='curline'><a href='../S/2835.html#L59'>execmode</a> 59 src/comet2.c execmode.monitor = true;</span> <span class='curline'><a href='../S/2825.html#L76'>execmode</a> 76 src/comet2monitor.c execmode.monitor = true;</span> <span class='curline'><a href='../S/2840.html#L48'>execmode</a> 48 src/dump.c print_dumpword(sys->cpu->gr[i], execmode.logical);</span> <span class='curline'><a href='../S/2812.html#L91'>execmode</a> 91 src/exec.c EXECMODE execmode = {false, false, false, 0, 0xFFFF, false, false};</span> <span class='curline'><a href='../S/2812.html#L686'>execmode</a> 686 src/exec.c if(execmode.trace == true) {</span> <span class='curline'><a href='../S/2812.html#L692'>execmode</a> 692 src/exec.c if(execmode.dump || execmode.trace) { /* traceまたはdumpオプション指定時、改行を出力 */</span> <span class='curline'><a href='../S/2812.html#L693'>execmode</a> 693 src/exec.c if(execmode.trace) { /* traceオプション指定時、レジスタを出力 */</span> <span class='curline'><a href='../S/2812.html#L697'>execmode</a> 697 src/exec.c if(execmode.dump) { /* dumpオプション指定時、メモリを出力 */</span> <span class='curline'><a href='../S/2812.html#L699'>execmode</a> 699 src/exec.c dumpmemory(execmode.dump_start, execmode.dump_end);</span> <span class='curline'><a href='../S/2812.html#L705'>execmode</a> 705 src/exec.c (execmode.monitor == true && sys->cpu->pr == execptr->start) ||</span> <span class='curline'><a href='../S/2812.html#L706'>execmode</a> 706 src/exec.c execmode.step == true || getbps(sys->cpu->pr) == true)</span> <span class='curline'><a href='../S/2812.html#L737'>execmode</a> 737 src/exec.c if(execmode.monitor == true) {</span> <span class='curline'><a href='../S/2804.html#L260'>execmode</a> 260 src/monitor.c execmode.dump = true;</span> <span class='curline'><a href='../S/2804.html#L263'>execmode</a> 263 src/monitor.c execmode.dump = false;</span> <span class='curline'><a href='../S/2804.html#L283'>execmode</a> 283 src/monitor.c execmode.dump_start = dump_start;</span> <span class='curline'><a href='../S/2804.html#L284'>execmode</a> 284 src/monitor.c execmode.dump_end = dump_end;</span> <span class='curline'><a href='../S/2804.html#L301'>execmode</a> 301 src/monitor.c execmode.step = false;</span> <span class='curline'><a href='../S/2804.html#L308'>execmode</a> 308 src/monitor.c execmode.step = true;</span> <span class='curline'><a href='../S/2804.html#L322'>execmode</a> 322 src/monitor.c execmode.logical = false;</span> <span class='curline'><a href='../S/2804.html#L323'>execmode</a> 323 src/monitor.c execmode.trace = true;</span> <span class='curline'><a href='../S/2804.html#L325'>execmode</a> 325 src/monitor.c execmode.trace = false;</span> <span class='curline'><a href='../S/2804.html#L332'>execmode</a> 332 src/monitor.c execmode.logical = true;</span> <span class='curline'><a href='../S/2804.html#L333'>execmode</a> 333 src/monitor.c execmode.trace = true;</span> <span class='curline'><a href='../S/2804.html#L335'>execmode</a> 335 src/monitor.c execmode.trace = false;</span> </pre> </body> </html>