当前位置: 代码迷 >> 单片机 >> 请教汇编里面switch和operation如何翻译
  详细解决方案

请教汇编里面switch和operation如何翻译

热度:101   发布时间:2016-04-28 15:42:37.0
请问汇编里面switch和operation怎么翻译?
The vector register contains several data values, and each operation can use different
data values, the same data values or a mix of them according to the instruction switches.
------最佳解决方案--------------------
operation 运算,操作

instruction switches 指令切换

The vector register contains several data values, and each operation can use different
data values, the same data values or a mix of them according to the instruction switches.

向量寄存器存放了几个数据值,每一次运算都要根据指令的切换,或使用不同的数据值,或使用相同的数据值,或使用它们的组合。

------其他解决方案--------------------
向量寄存器包含多个数值,每一个操作都会用到不同的数值,同样的数值或不同的数值取决于switch语句.

感觉比GOOGLE翻译好不了多少
------其他解决方案--------------------
operation 操作数
instruction switches指令开关
------其他解决方案--------------------
operation 操作数
instruction switches指令开关 
  相关解决方案