英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

assembler    音标拼音: [əs'ɛmblɚ]
n. 装配工

装配工

assembler
微处理机交叉组合程序


assembler
组合程式; 组译器


assembler
组译程式 ASM

assembler
组合程式 组译器

assembler
n 1: a program to convert assembly language into machine
language [synonym: {assembler}, {assembly program}]

Assembler \As*sem"bler\, n.
One who assembles a number of individuals; also, one of a
number assembled.
[1913 Webster]

2. (Computers) a computer program that takes as input a set
of instructions written in assembly language, and produces
a corresponding executable computer program in machine
language.
[PJC]

3. (Computers) same as {assembly language}. [informal]
[PJC]


assembly language \assembly language\ n.
1. (Computers) an artificial computer language with mnemonic
codes representing the basic machine-language instructions
of a computer, which can be interpreted by an assembler to
produce a computer program in machine language. Also
informally referred to as {assembler}.

Note: Writing a program in assembly language is very much
simpler than writing the machine instructions in binary
code, and the use of such a language greatly increases
the efficiency of the process of writing computer
programs. See also {programming language}, {FORTRAN},
{BASIC}.
[PJC]



安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • O que é assembler? - Stack Overflow em Português
    17 Assembler Assembler, como o próprio nome diz é um montador, e não um compilador, ainda que ele funcione de forma muito semelhante Ele pega um texto que é um código de programação e transforma em código binário (código de máquina)
  • terminology - Assembly vs. Assembler - Stack Overflow
    Then an "assembler" is a device that takes individual machine instructions an puts them together into an "assembly"
  • x86 - How Do You Make An Assembler? - Stack Overflow
    The assembler understands only three different assembler codes "mov eax,immed32", "add eax,immed32", "and eax,immed32" and no data nor labels It will produce a tiny Windows PE executable which outputs eax in hex at the end
  • assembly - Assembler Thumb Mode - Stack Overflow
    Folks that port to gnu assembler seem like they want to intentionally make gnu assembler incompatible with the vendors own tools or documentation assembly language, the msr mrs instructions were quite painful for a while there So let's try cpu cortex-m3 thumb add r0,r1,r2 syntax unified add r0,r1,r2 adds r0,r1,r2 and it is happy with that
  • bitwise operators - What does the and instruction do to the operands . . .
    This should be described in the documentation for any assembler that has an and instruction It does a bit-wise Boolean "and" between two operands In other words, corresponding bits (bit n in each operand) are anded, in the Boolean operation sense, giving bit n of the result In Boolean logic, 1 and 1 = 1, but 0 and x (anything else) = 0 Thus, 10111010 and 01101011 results in 00101010 If
  • I want to create a simple assembler in C. Where should I begin?
    The assembler itself is pretty straight forward, just read the ascii and set the bits in the machine code Branches and other pc relative instructions are a little more painful as they can take multiple passes through the source tables to completely resolve
  • assembly - CMake separate flags for Assembler - Stack Overflow
    I solved this issue by adding a separate library target for the assembler code, and linking this library to the final executable: add_library(assembler_parts startup_stm32h743xx s)
  • x86 - What does ORG Assembly Instruction do? - Stack Overflow
    can anyone give me a comprehensive description about ORG directive? When and why is it used in assembly written applications? Using Nasm on x86 or AMD64
  • How do you get assembler output from C C++ source in GCC?
    The OP was about getting the assembler output equivalent of the C C++ source code, this gets the Listing, which I agree is more useful for understanding what the compiler and optimizer is doing But it would cause the assembler itself to barf, as it is not expecting the line numbers, and compiled bytes off tot he left of the assembly instructions
  • assembly - Programming graphics in assembler? - Stack Overflow
    I would tend to avoid assembler with a barge pole, it can be particulary difficult to debug, and maintain; however if you wish to explore this subject in more detail, I can recommend Michal Abrash's Graphics Programming Black Book It's a bit old, but a good read and will give you some insight into graphics programming techniques before 3D





中文字典-英文字典  2005-2009