📄 interrupt_test.stc
字号:
## iopin_stim.stc - iopin stimulus test with# the c84.## This .stc file defines the processor and the# code but leaves the stimulus definition to# ioport_stim.stc. echo I/O pin Stimulus test with a p16c84echo iopin_stim.hex is the source# Create the processor that's to be simulatedprocessor p16c84 fred# Load the .hex fileload h interrupt_test.hex# Load the stimulus fileload c ioport_stim.stc# set a break pointbreak c 100000echo Breakpoints set by stimulus filebreak
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -