⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bsoxvw.htm

📁 mips架构的bootloader,99左右的版本 但源代码现在没人更新了
💻 HTM
字号:
<title>Source-Level Debug with Crossview</title><h1 align=center>Source-Level Debug with Crossview</h1><!--INDEX "Source-level debug with BSO/Tasking's Crossview" xvw3r xfw3r --><!--INDEX "abs file" -->To use the debug <a href="mondef.htm">Monitor</a> with BSO/Tasking'sCrossview, connect the serial port that Crossview will use, to the Monitor'stty0 (the console) on the target board.  i.e., Crossview only uses oneserial port.<p>If necessary, use the <a href="c_set.htm">set</a> command to set your<a href="mondef.htm">Monitor</a>'s prompt to "PMON> ". Crossview ishardwired to expect that string, and will not work with any other value(note the space after the ">").<p>Compile and link modules with the -g option.  This will generate the.abs file that is required by Crossview. For example,<p><pre>	pmcc -g -o bubble bubble.c</pre>Invoke Crossview,<p><pre>% xvw3r bubble.abs -i -E /dev/tty1 -S 9600		UnixC> xvw3r bubble.abs -i -E com1 -S 9600			MSDOS-- this includes downloading of bubble.absxvw> e main		-- view mainxvw> 26 b		-- set bpt at line 26xvw> R			-- reset target & runxvw> C [bpt]		-- continuexvw> S			-- single-step over proceduresxvw> s			-- single-step into proceduresxvw> p->pri		-- display value of p->prixvw> B			-- display bptsxvw> 0 d		-- delete bpt 0xvw> D			-- delete all bptsxvw> o [cmd]  		-- enter transparent mode. exit with ^Dxvw> Si/si		-- single step machine instructionxvw> q			-- quit</pre></dl><p><hr><b>Navigation:</b> <a href="index.htm">Document Home</a> | <a href="doctoc.htm">Document Contents</a> | <a href="docindex.htm">Document Index</a> <p>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -