err-dsp.s
来自「俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)」· S 代码 · 共 16 行
S
16 行
! Check that we get errors when assembling DSP instructions.! { dg-do assemble }! { dg-options "-isa=SHcompact" }! Regarding the opcode table, all insns are marked arch_sh_dsp_up; there are! no insns marked arch_sh3_dsp_up. We check a few marked arch_sh_dsp_up:! two have operands only recognized with -dsp; the other has an opcode not! recognized without -dsp. .textstart: ldc r3,mod ! { dg-error "invalid operands" } ldre @(16,pc) ! { dg-error "unknown opcode" } lds r4,a0 ! { dg-error "invalid operands" }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?