noyield.s
来自「GNU binutils是GNU交叉工具链中的一个源码包」· S 代码 · 共 14 行
S
14 行
# This test case includes a number of cases where a yield instruction# (e.g. SLEEP) does NOT appear in the branch delay slot..texttest1: beq %0, %0, test2 # nop in the branch delay slot. noptest2: sleep noptest3: sleep beq %0, %0, test4 noptest4: sleep
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?