source2.uc

来自「Intel IXP1200开发指南. 包含IXP1200网络处理器PPT演示与」· UC 代码 · 共 14 行

UC
14
字号
//Branch and Jump Instructions 
//TA
//一、 无条件跳转指令(2)  jump
//note : 读者可以观察运行时的流水线,得出什么结论?
immed[offset,1]
jump[offset,l2#]//,targets[l2#];jump to l2# + offset 

l2#:
nop
nop; jump to this address 
nop
self#:
br[self#]

⌨️ 快捷键说明

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