i95dlexe

来自「MIPS处理器的bootloader,龙芯就是用的修改过的PMON2」· 代码 · 共 32 行

TXT
32
字号
	Downloading and Executing Your Application with IMON95Downloading and Executing Your Application with IMON95DownloadUse imon95's loadcommand to download the S-record file to the target. For example,	IMON95 load tstapp.recExecuteIf you want to run the entire application without breakpoints, type 'g'.For example,	IMON95 g	// By default program output will go to tty0.If you would prefer to be able to single-step your application, andto possibly set breakpoints, you might prefer to use the followingsequence of commands. IMON95 g . mainExecute until mainIMON95 l . 8Disassemble the next 8 instructionsIMON95 sSingle-step one instructionIMON95 c sortContinue until the label sortFor a complete list of the commands available, please refer to theappropriate IMON95 command list.

⌨️ 快捷键说明

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