dictionary:assembler
Differences
This shows you the differences between two versions of the page.
dictionary:assembler [2007/11/17 18:00] – external edit 127.0.0.1 | dictionary:assembler [2009/03/08 04:15] (current) – nebula | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | A language tool that translates a user’s assembly source code (.asm) into machine code. MPASMô is Microchip’s assembler. See also Assembly | + | A language tool that translates a user’s assembly source code (.asm) into machine code. MPASMô is Microchip’s assembler. See also [[Assembly]] |
A programming language that is once removed from a computer’s machine language, often called assembler. The term assembler is often used as the slang to indicate the compiler used to reduce and compile the final code. Machine languages consist entirely of numbers and are almost impossible for humans to read and write. Assembly languages have the same structure and set of commands as machine languages, but they enable a programmer to use names instead of numbers. Each type of CPU has its own machine language and assembly language, so an assembly language program written for one type of CPU won’t run on another. In the early days of programming, | A programming language that is once removed from a computer’s machine language, often called assembler. The term assembler is often used as the slang to indicate the compiler used to reduce and compile the final code. Machine languages consist entirely of numbers and are almost impossible for humans to read and write. Assembly languages have the same structure and set of commands as machine languages, but they enable a programmer to use names instead of numbers. Each type of CPU has its own machine language and assembly language, so an assembly language program written for one type of CPU won’t run on another. In the early days of programming, |
dictionary/assembler.1195322459.txt.gz · Last modified: 2009/03/08 04:15 (external edit)