dir-intel01.s

来自「GNU binutils是GNU交叉工具链中的一个源码包」· S 代码 · 共 20 行

S
20
字号
// Intel assembler directives:// Test that the .dual and .enddual directives are recognized and// function (i.e., that the dual bits are set properly).	.text	nop	nop	.dual        fadd.ss       f0,f1,f2        nop        fadd.sd       f2,f3,f4        nop        fadd.dd       f6,f8,f10        nop	.enddual	nop	nop

⌨️ 快捷键说明

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