answersLogoWhite

0

How would you define assembly language?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

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.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How would you define assembly language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What type of computer languages uses English-like abbreviations for machine-language instructions?

The assembly languages provide human-readable mnemonics, one for each machine instruction. Most assembly language instructions have similarities to words from the English language (e.g. ADD, MOVE, LOAD). However, it is possible that assembly languages are defined in resemblance to other human languages, or none at all. For example, processors designed in and predominantly used in countries with a different language and script might define assembly instructions more familiar and easier to use by its target audience. For example, it is possible that Chinese processors define assembly language instructions without resemblance to English.


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.


How would you define the letters HTML?

Hyper Text Markup Language


How would you define advanced language ability?

Advanced language ability typically refers to a high level of proficiency in a language, characterized by the ability to understand and communicate fluently on complex topics, use a wide range of vocabulary and idiomatic expressions, and demonstrate a solid grasp of grammar and syntax. Individuals with advanced language ability can usually understand nuanced meanings, speak with clarity and accuracy, and effectively engage in both formal and informal communication.


What computer language uses mnemonic names?

Assembly Language


What are computer language translators Define each?

computer language translators are programming tools that translate high level languages into the machine language. they include:1)assembler-translates assembly language into machine language. 2)compiler-translates the high level languages into the machine language.


What assembly language is the best for making an OS?

The native Assembly language of the given platform. For example it would be stupid to write anything in Motorola 68000 Assembly for Intel x86 platform: it wouldn't work.


Is c language assembly language?

No.


What Programming language is one step above machine language?

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


Reserved word in assembly language program?

use of reserved word in assembly language


What is the relationship of assembly language to computer architecture?

Each class of CPU has its own assembly language.


Is Assembly language is a high-level language?

No.