debug时,debug - Inline Assambly无法选中,肿么回事??
PS:话说好用吗
------解决方案--------------------
不懂
需要看汇编运行时我一般都是打开Disassambly窗口,然后单步
------解决方案--------------------
Inline Assembler
Debug - Inline Assembly opens a dialog for changing the current instruction during run-time. The dialog is enabled for the C51 and C251 toolchains.
The Disassembly window is displayed together with the Inline Assembler window and scrolls to the Current Assembler Address.
Current Instruction
Displays the current instruction, the address, and op-code.
Current Assembly Address
Change the value and empty the field Enter New Instruction to scroll to the respective address.
Enter New Instruction
Type a new instruction that will replace the instruction at Current Assembly Address.
Note
Press Enter or leave the field to finish the command.