answersLogoWhite

0

pass 1 assembler is assembler which convert assembly level language into machine level language in one pass only

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do you Compare and contrast pass1 and pass2 assembler in system software?

i need to make pass1 and pass2 (read from input device then write it to device ) by java code ,........ if any body can help me for that .....


What are different types of assemblers?

There are two types of assemblers: pass1 and pass2. The difference of which is the number of times the assembler will parse the code in order to generate machine code. Generally, a 2 pass assembler will take longer to compile, but has the benefit of allowing the programmer to define symbols anywhere in the code. This results in code that is easier to read, manage, and debug.


Can someone debug this C plus plus program?

#include <iostream> using namespace std; void main ( ) { char pass1; char pass2; char pass3; char pass4; cout << "What is the password" << endl; cin >> pass1; if (pass1 please no more) { cout << "Ok Ok. by the way, that was a complete waste of your time." << endl; } } } } system ("PAUSE"); }


Where can you get an assembler?

One well known and good assembler is NASM. (Netwide ASseMbler). This can be found at http://nasm.sf.net


What is the Difference between cross assembler and resident assembler?

An assembler which runs on a computer for which it produces object codes


What is an absolute assembler?

An absolute assembler is a computing term for an assembler which generates code which uses only absolute addresses.


What are examples of assembler?

There are several examples of assemblers: GAS - the GNU Assembler MASM - Microsoft Macro Assembler NASM - Netwide Assembler The assembler is the program which converts assembly code into machine code - a necessary step to prepare a program for execution.


What is a meta assembler?

Meta-assembler is a program that accepts the syntactic and semantic description of an assembly language, and generates an assembler for that language.


What is meta assembler?

Meta-assembler is a program that accepts the syntactic and semantic description of an assembly language, and generates an assembler for that language.


Which program translate assembly language into machine language?

Assembly langue is translated into machine language by an assembler.


How does cross assembler work?

i don't know what is the work of cross assembler?


What is the difference between an assembler and a translator?

what is the difference between an assembler and the translator