But what's on the screen here is what's called assembly code.
但屏幕上显示的是所谓的汇编代码。
单词 | Assembly code |
释义 |
Assembly code
原声例句
CS50 But what's on the screen here is what's called assembly code. 但屏幕上显示的是所谓的汇编代码。 CS50 And those commands tend to be expressed in this language called assembly code. 而这些命令往往是用这种称为汇编代码的语言来表达的。 CS50 The compiler assembles it into assembly code. 编译器将其汇编成汇编代码。 CS50 Then it compiles it into assembly code. 然后将其编译成汇编代码。 CS50 It's certainly been a while even since I thought hard about assembly code. 我已经有一段时间没有认真考虑汇编代码了。 CS50 Assembly code is a little closer to what the computer itself understands. 汇编代码更接近计算机本身的理解。 科技 Crash Course Remember, in assembly code, we had to fetch values from memory, deal with registers, and other low-level details. 请记住,在汇编代码中,我们必须从内存中获取值、处理寄存器和其他低级细节。 科技 Crash Course They're always creating their own programming systems. Anyway, on average, programs written in FORTRAN were 20 times shorter than equivalent handwritten assembly code. 他们总是在创建自己的编程系统。无论如何,平均而言,用FORTRAN编写的程序比同等的手写汇编代码短20倍。 科技 Crash Course At the same time, abstraction in programming allowed those computer experts – now " professional programmers" – to create increasingly sophisticated programs, which would have taken millions, tens of millions, or even more lines of assembly code. 同时,编程中的抽象让那些计算机专家——现在是“专业程序员”——创造出越来越复杂的程序,这些程序可能需要数百万、数千万甚至更多行的汇编代码。
中文百科
汇编语言 Assembly language(重定向自Assembly code)
![]() ![]() ![]() ![]() 汇编语言(英语:assembly language)是一种用于电子计算机、微处理器、单片机,或其他可编程器件的低级语言。在不同的设备中,汇编语言对应着不同的机器语言指令集。一种汇编语言专用于某种计算机系统结构,而不像许多高级语言,可以在不同系统平台之间移植。 使用汇编语言编写的源代码,然后通过相应的汇编进程将它们转换成可执行的机器代码。这一过程被称为汇编过程。 汇编语言使用助记符(Mnemonics)来代替和表示特定低级机器语言的操作。特定的汇编目标指令集可能会包括特定的操作数。许多汇编进程可以识别代表地址和常量的标签(Label)和符号(Symbols),这样就可以用字符来代表操作数而无需采取写死的方式。普遍地说,每一种特定的汇编语言和其特定的机器语言指令集是一一对应的。
英语百科
Assembly language 汇编语言(重定向自Assembly code)
![]() ![]() ![]() ![]() An assembly (or assembler) language, often abbreviated asm, is a low-level programming language for a computer, or other programmable device, in which there is a very strong (generally one-to-one) correspondence between the language and the architecture's machine code instructions. Each assembly language is specific to a particular computer architecture, in contrast to most high-level programming languages, which are generally portable across multiple architectures, but require interpreting or compiling. Assembly language may also be called symbolic machine code. |
随便看 |
|
英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。