📄 yield2.s
字号:
# This test case includes a single case of a yield instruction# (e.g. SLEEP) appearing in the branch delay slot. We expect# the assembler to issue a warning about this! .text sleep beq %0, %0, foo # sleep insn in the branch delay slot. sleepfoo: nop
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -