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

📄 serial.s

📁 GNU binutils是GNU交叉工具链中的一个源码包
💻 S
字号:
# serial.s## In the following examples, the right-subinstructions# will never be executed.  GAS should detect this.		trap r21 -> add r2, r0, r0 ; right instruction will never be executed.	dbt     -> add r2, r0, r0               ; ditto	rtd     -> add r2, r0, r0               ; ditto	reit    -> add r2, r0, r0               ; ditto	mvtsys psw,  r1 -> add r2, r0, r0       ; OK	mvtsys pswh, r1 -> add r2, r0, r0       ; OK	mvtsys pswl, r1 -> add r2, r0, r0       ; OK	mvtsys f0, r1 -> add r2, r0, r0         ; OK	mvtsys mod_s, r1 -> add r2, r0, r0      ; OK

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -