英语人>词典>汉英 : 汇编指令 的英文翻译,例句
汇编指令 的英文翻译、例句

汇编指令

词组短语
assembler directive · assembler instruction · assembly directive · assembly instruction
更多网络例句与汇编指令相关的网络例句 [注:此内容来源于网络,仅供参考]

The default may be changed with the base assembler directive .

此默认也可以用基本的汇编指令作改变。

Like most assemblers, each NASM source line contains (unless it is a macro, a preprocessor directive or an assembler directive: see chapter 4 and chapter 5) some combination of the four fields

象多数汇编语言一样,每一NASM源代码行(除非它是一个宏,一条预处理指令或一条汇编指令)包括四部分

Than one assembler instruction can be used. The macro may use the register

推荐定义这个宏为一个assembler macro,在这这样定义了就可以使更多的汇编指令应用。

It is the lightest as execution time, often a lock or unlock becomes just a single inlined assembler instruction.

就运行时间而言是最轻便的,大多数情况下只需要单条内联汇编指令就可以上锁或解锁。

Thus, whenever a branch instruction is encountered the disassembly continues simultaneously at both the address following the branch instruction and the address that is the target of the branch instruction.

因此,无论何时遇到一个分支指令,就同时从两个地址继续反汇编:分支指令后面的地址和分支指令的目标地址。

This is a compilation of instructions dictionary, I feel very good, and hope to have everyone help.

详细说明:这是本汇编指令字典,我觉得很好用,希望对大家有帮助。

In order to accomplish that, you'll need to implement a disassembler capable of analyzing assembly instructions.

为了完成这些,你需要反汇编并且分析汇编指令

To throw the disassembly off, the garbage data may be crafted so that it matches a valid instruction, thus beating a heuristic that validates the instruction after the jump instruction.

为了使反汇编陷入窘境,无用数据可能是由手工打造以便让它匹配某个有效指令;以此挫败启发式验证跳转指令之后的指令是否有效。

The method of generating assembly codes from HSECD instructions including arranging store structure and macro expansion is put forward.

提出从HSECD机指令生成汇编指令的方法,包括如何组织存储结构和宏扩展。

Longtium"" PC 104 motherboard in industrial control field based on ""Longtium"" S1 could run DOS and relevant applications.2. Systemically analyze the architecture of ""Longtium"" Cl microprocessor. The principle, characteristic of instruction system is discussed and its history is introduced. In addition, the microinstruction format of ""Longtium"" Cl microprocessor is defined and the microprogramming controller is designed.3. Present the design scheme of microprogramming developing platform. The microinstruction compiler and emulator are developed. Moreover, the relevant optimization and verification are conducted.4. The microprogramming developing platform is used in the developing of ""Longtium"" Cl. It enhanced the developing efficiency of microprogramming.

以"龙腾"C1为核心的SOC芯片——"龙腾"S1已经采用SMIC 0.18um COMS工艺流片成功,基于"龙腾S1"实现的"龙腾"PC104工控系统主机板能正确运行DOS操作系统和应用程序; 2、系统分析了"龙腾"C1微处理器体系结构,研究了指令系统的原理、特点以及指令系统的发展,确定了"龙腾"C1微处理器的微指令格式,并完成了微程序控制器设计; 3、提出了微程序开发平台的设计方案,开发了微指令汇编器和微指令仿真器,并进行了相应优化及验证; 4、将该微程序开发平台应用在"龙腾"C1微处理器的设计中,提高了微程序开发效率。

更多网络解释与汇编指令相关的网络解释 [注:此内容来源于网络,仅供参考]

assemble program:汇编程序

142aspect ratio高宽比,纵横比 | 143assemble program汇编程序 | 144assembler directive汇编命令,汇编指令

assembler directive:汇编指令

assembler 汇编程序 | assembler directive 汇编指令 | assembler instruction 汇编指令

assembler directive:汇编命令,汇编指令

143assemble program汇编程序 | 144assembler directive汇编命令,汇编指令 | 145assembler instruction汇编指令

Assembler Directive Commands:汇编程序引导指令

assembler code | 汇编码 | assembler directive commands | 汇编程序引导指令 | assembler directive | 汇编命令

assembler instruction:汇编指令

postadolescent 壮年的 壮年人 | assembler instruction 汇编指令 | outer atmosphere 外层大气

Unknown assembler instruction:(未知的汇编指令)

Undefined structure'XXX' (未定义的结构"XXX") | Unknown assembler instruction(未知的汇编指令) | Unreachable code(不可达代码:无标号或循环语句的结束符)

assembler system:汇编系统

145assembler instruction汇编指令 | 146assembler system汇编系统 | 147assembly language汇编语言

conditional assemble expression:条件汇编表达式

conditional 条件的 Condl. | conditional assemble expression 条件汇编表达式 | conditional assemble instruction 条件汇编指令

disassembly instruction:分解指令

disassembling 反汇编 | disassembly instruction 分解指令 | disaster dump 大错转储

SUB:减法指令

这个文件作为完成进一步优化的代码生成器(Code generator)的输入,最终生成汇编文件(.asm). 当选择编译选项时,-o2和-o3将尽可能地优化软件. ①装载指令(LDW)必须使用.D单元. ③加法指令(ADD)使用.L单元. ④减法指令(SUB)使用.S单元.