asym.cmd
来自「mips下的ucos」· CMD 代码 · 共 8 行
CMD
8 行
# uC/OS assumes we get 200 ticks/seconds (see OS_CFG.H)
# By carefully chosing the number of cycles between
# instructions, it is possible to simulate different
# clock speed.
interrupt 0 0 100000
load elf ucostest.exe
set sio 0x1fc00170 intclear
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?