⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 err-builtin.s

📁 GNU binutils是GNU交叉工具链中的一个源码包
💻 S
字号:
% { 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -