<!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>execptr</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/29751.html#L141'>execptr</a> 141 include/struct.h extern EXECPTR *execptr;</span>
<span class='curline'><a href='../S/30200.html#L433'>execptr</a> 433 src/assemble.c asptr->ptr = execptr->start = getadr(asptr->prog, cmdl->opd->opdv[0], pass);</span>
<span class='curline'><a href='../S/30200.html#L449'>execptr</a> 449 src/assemble.c execptr->end = asptr->lptr;</span>
<span class='curline'><a href='../S/30200.html#L801'>execptr</a> 801 src/assemble.c fwrite(sys->memory, sizeof(WORD), execptr->end, fp);</span>
<span class='curline'><a href='../S/30198.html#L95'>execptr</a> 95 src/comet2.c execptr->start = 0;</span>
<span class='curline'><a href='../S/30198.html#L96'>execptr</a> 96 src/comet2.c execptr->end = loadassemble(argv[optind++], execptr->start);</span>
<span class='curline'><a href='../S/30198.html#L101'>execptr</a> 101 src/comet2.c if(execptr->end > 0 && cerr->num == 0) {</span>
<span class='curline'><a href='../S/30189.html#L100'>execptr</a> 100 src/comet2monitor.c execptr->start = 0;</span>
<span class='curline'><a href='../S/30189.html#L102'>execptr</a> 102 src/comet2monitor.c execptr->end = loadassemble(argv[optind++], execptr->start);</span>
<span class='curline'><a href='../S/30203.html#L63'>execptr</a> 63 src/dump.c if(execptr->stop == false && (execmode.dump == true || execmode.trace == true || execmode.reverse == true)) { /* traceまたはdumpオプション指定時、改行を出力 */</span>
<span class='curline'><a href='../S/30203.html#L64'>execptr</a> 64 src/dump.c if(sys->cpu->pr == execptr->start && execmode.reverse == true) { /* reverseオプション指定時、スタート時にプログラム全体を逆アセンブル */</span>
<span class='curline'><a href='../S/30203.html#L65'>execptr</a> 65 src/dump.c disassemble_memory(sys->memory, execptr->start, (execptr->end)-1);</span>
<span class='curline'><a href='../S/30182.html#L123'>execptr</a> 123 src/exec.c if(sys->cpu->gr[1] + i >= execptr->end) {</span>
<span class='curline'><a href='../S/30182.html#L139'>execptr</a> 139 src/exec.c if(sys->cpu->gr[1] + i >= execptr->end) {</span>
<span class='curline'><a href='../S/30182.html#L627'>execptr</a> 627 src/exec.c assert(sys->cpu->sp > execptr->end && sys->cpu->sp <= sys->memsize);</span>
<span class='curline'><a href='../S/30182.html#L635'>execptr</a> 635 src/exec.c assert(sys->cpu->sp > execptr->end);</span>
<span class='curline'><a href='../S/30182.html#L650'>execptr</a> 650 src/exec.c assert(sys->cpu->sp > execptr->end && sys->cpu->sp <= sys->memsize);</span>
<span class='curline'><a href='../S/30182.html#L660'>execptr</a> 660 src/exec.c execptr->stop = true;</span>
<span class='curline'><a href='../S/30182.html#L672'>execptr</a> 672 src/exec.c execptr->stop = true;</span>
<span class='curline'><a href='../S/30182.html#L695'>execptr</a> 695 src/exec.c for (sys->cpu->pr = execptr->start; ; ) {</span>
<span class='curline'><a href='../S/30182.html#L699'>execptr</a> 699 src/exec.c if((execmode.monitor == true && execptr->started == false) || execptr->stop == true || execmode.step == true || getbps(sys->cpu->pr) == true)</span>
<span class='curline'><a href='../S/30182.html#L702'>execptr</a> 702 src/exec.c if(execptr->started == false) {</span>
<span class='curline'><a href='../S/30182.html#L703'>execptr</a> 703 src/exec.c execptr->started = true;</span>
<span class='curline'><a href='../S/30182.html#L714'>execptr</a> 714 src/exec.c if(sys->cpu->sp <= execptr->end) {</span>
<span class='curline'><a href='../S/30182.html#L731'>execptr</a> 731 src/exec.c if(execptr->stop == true) {</span>
<span class='curline'><a href='../S/30177.html#L296'>execptr</a> 296 src/monitor.c execptr->end = loadassemble(args->argv[0], nh2word(args->argv[1]));</span>
<span class='curline'><a href='../S/30177.html#L311'>execptr</a> 311 src/monitor.c disassemble_memory(sys->memory, execptr->start, (execptr->end)-1);</span>
<span class='curline'><a href='../S/30213.html#L13'>execptr</a> 13 src/struct.c EXECPTR *execptr = NULL;</span>
<span class='curline'><a href='../S/30213.html#L346'>execptr</a> 346 src/struct.c execptr = malloc_chk(sizeof(EXECPTR), "execptr");</span>
<span class='curline'><a href='../S/30213.html#L347'>execptr</a> 347 src/struct.c execptr->stop = false;</span>
<span class='curline'><a href='../S/30213.html#L374'>execptr</a> 374 src/struct.c execptr->stop = false;</span>
<span class='curline'><a href='../S/30213.html#L387'>execptr</a> 387 src/struct.c execptr->stop = false;</span>
<span class='curline'><a href='../S/30213.html#L401'>execptr</a> 401 src/struct.c FREE(execptr);</span>
</pre>
</body>
</html>