EFY

Assembly language programming

Introduction to Assembly Language Programming

An assembly language programming (ALP) is a type of low-level programming that is intended to communicate directly with a computer’s hardware. ALP needs assembler. Assembly Language Programming An assembly language is a low-level programming language for a computer, or other programmable device, in which there is a very strong (generally one-to-one) correspondence between the language […]

Introduction to Assembly Language Programming Read More »

Multiplication programs in 8085 microprocessor

Multiplication Programs in 8085 Microprocessor

In the article, there are few examples of multiplication programs in 8085 microprocessor in assembly language programming (ALP). You need to learn the instruction set of 8085 in detail before programming. One program can be performed in multiple ways. Here they are mentioned as Program 1, Program 2 … Comments in each program is written after semicolon

Multiplication Programs in 8085 Microprocessor Read More »

8085 Addition And Subtraction Programs

Microprocessor 8085 Addition and Subtraction Programs

In the article, some examples of Microprocessor 8085 addition and subtraction programs in assembly language programming (ALP) are explained. You need to learn the instruction set of 8085 in detail before programming. One program can be performed in multiple ways. Here they are mentioned as Program 1, Program 2 … Addition Programs in 8085 Addition

Microprocessor 8085 Addition and Subtraction Programs Read More »

Assembler Directives of 8085 Microprocessor

Assembler Directives of 8085 Microprocessor

In this article, Assembler Directives of 8085 microprocessor and 8085 Instruction Set Classification are discussed. Assembler Directives of 8085 Microprocessor Assembler directives, also known as pseudo-ops, are special commands used by assemblers to control the assembly process. These directives do not represent instructions that are executed by the processor but rather provide information to the

Assembler Directives of 8085 Microprocessor Read More »