answersLogoWhite

0

Assembly language is used for tactical graphics because it is a quick language, therefore to obtain the quick execution it is used for the purpose of graphics. Assembly language is also used when the designer wants or needs complete control over the application. It is also used in situations where memory is at a premium, or where there is a Need for Speed and performance.

Nadeem Akhtar

na_63pk@Yahoo.com

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What application will be used to convert an assembly language source program into machine language?

An Assembler converts assembly language instructions into machine language.


How would you define assembly language?

assembly language uses abbreviation called menmonics.it is a bit easier to write computer programs in assembly language as compared to machine language but still requires skill and experienci.A program called assembler is used to convert an assembly language into machine language.


Which language is used for windowsxp?

Mainly C and C++ and a bit of assembly language.


What are shorts words that are used in assembly language called?

mnemonic


What is the name of the translator used by Assembly Language?

Assembly language does not use a traditional translator; instead, it uses an assembler to convert its mnemonics into machine code. The assembler translates the assembly instructions into binary code that the computer's CPU can understand and execute.


Why you use assembler?

Assemblers are used to convert a specific assembly language into bytecode.


What are the short words that are used in assembly language called?

mnemonic


Why use assembler?

Assemblers are used to convert a specific assembly language into bytecode.


What is assembly language and how is it used in computer programming?

Assembly language is a low-level programming language that uses mnemonic codes to represent machine instructions. It is used in computer programming to directly communicate with the computer's hardware and control its operations. Programmers write code in assembly language to perform tasks that require precise control over the hardware, such as device drivers and operating systems.


Is Assembly-language programs are written using binary codes?

Assembly language allows the developer to have almost total control over what the sequence of instructions will be when a program executes. A compiler tries to translate a high level language such as C++ into a series of instructions, but a good assembly language programmer may be able to optimize the sequence when a compiler cannot. Primarily assembly language is used for speed and optimal machine code.


Is Pascal language an assembly language?

No, Pascal is a high-level language. Its comes under the General Purpose Language category. Its used by all people for different purpose.


What is assembly language used for in computer programming?

Assembly language is used in computer programming to write low-level instructions that directly correspond to the machine code of a computer's processor, allowing for precise control over hardware and efficient execution of tasks.