err-builtin.s
来自「GNU binutils是GNU交叉工具链中的一个源码包」· S 代码 · 共 15 行
S
15 行
% { dg-do assemble { target mmix-*-* } }% { dg-options "-no-predefined-syms" }% When disallowing built-in names, we have to treat GET and PUT% specially, so when parsing the special register operand we do% not use the symbol table. Make sure an error is emitted for% invalid registers despite there being a valid user label and% the construct being valid without the -no-builtin-syms option.% FIXME: Another option? Or is this just the consequence?RJ IS 4other IS 20Main GET $5,RJ % { dg-error "invalid operands" "" } PUT other,$7 % { dg-error "invalid operands" "" } GET garbage % { dg-error "invalid operands" "" } PUT garbage % { dg-error "invalid operands" "" }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?