trap20.s
来自「俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)」· S 代码 · 共 19 行
S
19 行
# Source file used to test the 20-bit trap instructionsfoo: teq $0,$3 teq $0,$3,1 tge $0,$3 tge $0,$3,3 tgeu $0,$3 tgeu $0,$3,7 tlt $0,$3 tlt $0,$3,31 tltu $0,$3 tltu $0,$3,255 tne $0,$3 tne $0,$3,1023 # force some padding, to make objdump consistently report that there's some# here... .space 8
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?