pseudoinstruction
「pseudoinstruction」的意思
伪指令;虚拟指令
null
「pseudoinstruction」的用法
pseudoinstruction伪指令 - 在汇编语言中,伪指令是一些特殊的指令,它们不直接对应机器语言中的操作,而是由汇编器处理的。
「pseudoinstruction」的例句
The assembler treats pseudoinstructions as directives rather than instructions.
汇编器将伪指令视为指令而不是指令。
Pseudoinstructions are used to control the assembly process.
伪指令用于控制汇编过程。
Many assembly languages have a set of pseudoinstructions that simplify the assembly process.
许多汇编语言有一组伪指令,可以简化汇编过程。
Pseudoinstructions are not translated into machine code by the assembler.
伪指令不会被汇编器翻译成机器码。
Some pseudoinstructions are used to define constants or labels in the assembly code.
一些伪指令用于在汇编代码中定义常量或标签。
Pseudoinstructions can be used to generate machine code that is not directly executable by the CPU.
伪指令可以用于生成CPU不能直接执行的机器码。
Pseudoinstructions are often used to simplify complex instructions or operations.
伪指令通常用于简化复杂的指令或操作。
In some cases, pseudoinstructions can be used to control the layout of the final executable file.
在某些情况下,伪指令可以用于控制最终可执行文件的布局。
Pseudoinstructions are an important part of many assembly languages and are essential for writing efficient and effective assembly code.
伪指令是许多汇编语言的重要组成部分,并且对于编写高效和有效的汇编代码至关重要。