postload.cmd

来自「51单片机学习的源代码」· CMD 代码 · 共 8 行

CMD
8
字号
// After load the commands written below will be executed

// Set a temporary breakpoint on the main of the loaded application
// (in order to stop after a run, as it is not possible to stop 
// an application using this hardware)
BS main T E

 

⌨️ 快捷键说明

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