EFY

Terminology Used In Microprocessor And Microcontroller, Microprocessors and microcontrollers,

Microprocessors and Microcontrollers

Microprocessor and Microcontrollers are two very important devices in Digital Electronics.  Electronics for You bring you some topics on Microprocessor 8085 and Microcontroller 8051. Click on the link for blogs on Microprocessors and Microcontrollers. It focuses mainly on two units. Microprocessor 8085 Microcontroller 8051 Some more topics will be covered soon or later. You can […]

Microprocessors and Microcontrollers Read More »

Machine Control Instructions in 8085 Microprocessor

Machine Control Instructions in 8085 Microprocessor

Machine Control Instructions in 8085 Microprocessor includes the instructions related to interrupts and the instruction used to stop the program execution. Machine Control Instructions in 8085  Opcode  Operand Explanation of Instruction  Description  NOP none No operation No operation is performed. The instruction is fetched and decoded. However no operation is executed. Example: NOP HLT none

Machine Control Instructions in 8085 Microprocessor Read More »

Branching instructions in 8085 Microprocessor, branch control instructions for microprocessor 8085,

Branching instructions in 8085 Microprocessor

The instructions in 8085 that are used to transfer the program control from one memory location to another memory location are grouped under branching instructions in 8085 microprocessor. Branching Instructions in 8085  Opcode  Operand Explanation of Instruction  Description  JMP 16-bit address Jump unconditionally The program sequence is transferred to the memory location specified by the

Branching instructions in 8085 Microprocessor Read More »

Logical instructions in 8085 Microprocessor

Logical Instructions in 8085 Microprocessor

Logical instructions in 8085 microprocessor performs the logical operations like AND, OR, EXCLUSIVE- OR, complement, compare and rotate. The flag conditions are altered after execution of an instruction in this group. Logical Instructions in 8085  Opcode  Operand Explanation of Instruction  Description  CMP R M Compare register or memory with accumulator The contents of the operand

Logical Instructions in 8085 Microprocessor Read More »

Arithmetic Instructions in 8085 Microprocessor

Arithmetic Instructions in 8085 Microprocessor

Arithmetic Instructions in 8085 Microprocessor includes the instructions, which performs the addition, subtraction, increment or decrement operations. The flag conditions are altered after execution of an instruction in this group. Arithmetic Instructions in 8085 Opcode Operand Explanation of Instruction Description  ADD R M Add register or memory, to accumulator The contents of the operand (register

Arithmetic Instructions in 8085 Microprocessor Read More »

Data Transfer Instructions in 8085 microprocessor, Instruction set classification of 8085 microprocessor,

Data Transfer Instructions in 8085 Microprocessor

As per name data transfer instructions in 8085 microprocessor used for the data transfer operation. Let’s have a quick look over classification of instructions. 8085 Instruction Set Classification The 8085 instruction set can be classified into the following five functional headings. Data transfer instructions It includes the instructions that move (copies) data between registers or

Data Transfer Instructions in 8085 Microprocessor Read More »