answersLogoWhite

0


Best Answer

The three types of assembly language are:

1. Imperative: indicates an action to be performed.

2. Declaration

3. Assembler Directives

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are Different types of assembly language statements?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the different types of thesis statements?

there are 32 types of thesis statements possible


What are the two types of machine language?

1- Binary language 2- Assembly Language


What are two types of machines?

1- Binary language 2- Assembly Language


What the two types of machine?

1- Binary language 2- Assembly Language


What is sql statements?

SQL in database is short for structured query language. There are four types of SQL statements which are as follows : 1) Data retrieval language 2) Data manipulation language 3) Data control language 4) Data definition language


Types of assembly?

There are several different assembly languages. Some examples are MIPS, 86x, and RISK.


What is a JavaScript statement?

A statement in a programming language is a standalone unit of code. In JavaScript, statements generally end with a semicolon or a closing bracket.Examples:// variable statementvar x = 5;// if statementif (x == 0) {...}The ECMAScript language specification lists all the different types of statements permitted in JavaScript. See related links.


What is language test?

what is language test?discuss different types of language tests.


What types of programming languages have the most instruction explosion?

Programming languages differ in the degree of instruction explosion. Even different types of statements within a language vary in the degree of instruction explosion. In general, statements describing mathematical computation have low instruction explosion (10:1 or less), while statements describing I/O operation have high instruction explosion (100:1 or more).


What is the different types of language?

c, c++, java


What are different types of body language?

There are 2:Nonverbal BehaviorInterpretation


What are the different commands in php?

PHP doesn't use typical computer commands, typed in command prompt. PHP is a server-side scripting language and it uses functions, classes, objects, conditional statements, loops, operators, various data types and some other language constructs.