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

📄 iopin_stim.stc

📁 可移植的MicroChip的PIC全系列单片机软件仿真器
💻 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 iopin_stim.hex# Load the stimulus fileload c ioport_stim.stc# If this stimulus file was loaded with iopin_stim.hex# then we can set this (meaningful) break point: Break# after 5 rising edges have been written to port b 0.# Check the assembly code - register 0x20 is used as# a counter to count the rising edges that occur on# port b 0.break wv 0x20 0x05break c 100000echo Breakpoints set by stimulus filebreak

⌨️ 快捷键说明

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