answersLogoWhite

0

What is mean by assembly language statements?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

Assembler language is a level of computer programming that sits somewhere between pure machine language and the other high level procedural languages. It has its on set of instructions and syntax and must be compiled (assembled) before it is used by the computer. Assembler language statements is just another way of saying a list or group of assemble language instructions.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is mean by assembly language statements?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are Different types of assembly language statements?

The three types of assembly language are: 1. Imperative: indicates an action to be performed. 2. Declaration 3. Assembler Directives


What computer language uses mnemonic names?

Assembly Language


Is c language assembly language?

No.


What do you mean by assmembly language?

Assembly language is a low-level programming language that closely corresponds to machine code instructions for a specific processor. It uses mnemonic codes to represent machine-level instructions, making it easier for humans to write and understand compared to binary machine code. Assembly language programs must be translated into machine code by an assembler before they can be executed by the computer.


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


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.


Is Assembly language is a high-level language?

No.


What is the relationship of assembly language to computer architecture?

Each class of CPU has its own 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.


Which program translate assembly language into machine language?

Assembly langue is translated into machine language by an assembler.


Is SQL a high level language?

Yes, SQL is a high level language, since it allow us to get result without much going into Assembly level instructions, by using interpreter to change our statements/queries into machine level instructions!.