answersLogoWhite

0


Best Answer

I section in assembly to speed up algorithms that use.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why you use section in assembly language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Reserved word in assembly language program?

use of reserved word in assembly language


How do you translate pascal language to assembly language?

Why would you want to do that? The usual procedure is to translate a high-level language such as Pascal to machine language. If you really want assembly language - perhaps to see how the Pascal compiler does its work - then presumably you can use a disassembler to convert the machine language (the executable file) into assembly language.


What Programming language is one step above machine language?

I guess you're trying to refer to Assembly language.


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

An Assembler converts assembly language instructions into machine language.


What is the historical development of assembly language?

Assembly language was created in the 50's so that way programmers didn't have to program directly in machine code, which required looking up numerous instruction codes in a huge manual. Nowadays, most people don't program in assembly language, or any other low-level language for that matter. We use a high-level language, such as C++ or Java. However, people will program in assembly if optimization is required that a high-level language doesn't support.

Related questions

Reserved word in assembly language program?

use of reserved word in assembly language


Which language use mnemonic code?

assembly language


What is the use of assembly language?

Abubakar sani Nigeria limited


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

mnemonic


How do you translate pascal language to assembly language?

Why would you want to do that? The usual procedure is to translate a high-level language such as Pascal to machine language. If you really want assembly language - perhaps to see how the Pascal compiler does its work - then presumably you can use a disassembler to convert the machine language (the executable file) into assembly language.


What computer language uses mnemonic names?

Assembly Language


Where we can use C pogramming and why?

When you are doing system level programming, because it is the closest language there is to assembly language.


What is Section 8 rated?

"Section 8" (2006) is rated 'R' for language and drug use.


Why you use assembler?

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


Why use assembler?

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


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 do we use C language?

We use C when we want to write low-level code with a higher level of abstraction than that provided by assembly language.