<!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>dump_start</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#L145'>dump_start</a> 145 include/struct.h int dump_start; /**<メモリの内容をステップごとに表示する場合の開始アドレス */</span> <span class='curline'><a href='../S/2812.html#L699'>dump_start</a> 699 src/exec.c dumpmemory(execmode.dump_start, execmode.dump_end);</span> <span class='curline'><a href='../S/2804.html#L258'>dump_start</a> 258 src/monitor.c WORD dump_start = 0, dump_end = 0x40;</span> <span class='curline'><a href='../S/2804.html#L267'>dump_start</a> 267 src/monitor.c dump_start = nh2word(argv[i++]);</span> <span class='curline'><a href='../S/2804.html#L270'>dump_start</a> 270 src/monitor.c dump_end = dump_start + nh2word(argv[i] + 1);</span> <span class='curline'><a href='../S/2804.html#L275'>dump_start</a> 275 src/monitor.c dump_end += dump_start;</span> <span class='curline'><a href='../S/2804.html#L282'>dump_start</a> 282 src/monitor.c dumpmemory(dump_start, dump_end);</span> <span class='curline'><a href='../S/2804.html#L283'>dump_start</a> 283 src/monitor.c execmode.dump_start = dump_start;</span> </pre> </body> </html>