Yahoo Search Busca da Web

Resultado da Busca

  1. Un langage d'assemblage ou langage assembleur est, en programmation informatique, le langage de plus bas niveau qui représente le langage machine sous une forme lisible par un humain. Les combinaisons de bits du langage machine sont représentées par des symboles dits « mnémoniques », c'est-à-dire faciles à retenir.

  2. Key concepts. Assembler. Number of passes. High-level assemblers. Assembly language. Language design. Basic elements. Opcode mnemonics and extended mnemonics. Data directives. Assembly directives. Macros. Support for structured programming. Use of assembly language. Historical perspective. Current usage. Typical applications. See also. Notes.

    • .asm, .s, .inc, .wla, .SRC and several others depending on the assembler
    • None
    • 1947; 76 years ago
  3. Assembly ou linguagem de montagem é uma notação legível por humanos para o código de máquina que uma arquitetura de computador específica usa, utilizada para programar códigos entendidos por dispositivos computacionais, como microprocessadores e microcontroladores.

  4. x86 assembly language. x86 assembly language is the name for the family of assembly languages which provide some level of backward compatibility with CPUs back to the Intel 8008 microprocessor, which was launched in April 1972. [1] [2] It is used to produce object code for the x86 class of processors. Regarded as a programming ...

  5. The GNU Assembler, commonly known as gas or as, is the assembler developed by the GNU Project. It is the default back-end of GCC. It is used to assemble the GNU operating system and the Linux kernel, and various other software. It is a part of the GNU Binutils package.

    • GNU Binutils 2.41, / 30 July 2023; 2 months ago
    • Cross-platform
  6. Contents. hide. (Top) As part of a compiler suite. Single target assemblers. 6502 assemblers. 680x0 assemblers. ARM assemblers. Mainframe Assemblers. POWER, PowerPC, and Power ISA assemblers. x86 assemblers. Z80 assemblers. Other single target assemblers. Retargetable/cross-assemblers. Notes and references. External links. Comparison of assemblers.

  7. An assembler is a program that takes basic computer instructions and converts them into a pattern of bits that the computer's processor can use to perform its basic operations. The written instruction s are called assembler language or assembly language, and the converted version is called machine language or machine code .