Topics
Introduction to Microprocessors and Organization of 8085
Instruction Set and Programming of 8085
- Introduction to Set and Programming of 8085
- Instruction Cycle
- Addressing Modes
- Programming model of 8085
- Introduction to Classification of 8085
- How to Write and Execute Simple Assembly Language Program ?
- Data Transfer Instruction
- Arithmetic Group Instructions
- Logical Group Instructions
- Branching Group Instructions
- Machine Control Instruction
Introdcution to Inted X-86 Family
Introduction to Microcontroller
Networking Technology
Maharashtra State Board: Class 12
Assembly Language Programs
A program is a sequence of instructions written to tell a computer to perform a specific function. The instructions are selected from the instruction set of the microprocessor. To write a program, we divide a given problem into small steps in terms of the operation the 8085 can perform. These steps can also be represented by flowchart. These steps can further be translated into instructions.
General Format of Assembly language Programs

This is explained as follows :
- Label is name of line. It is used in jump instruction.
- Mnemonic consists of instruction and operands. For example: MOV A, M
- OP code (hex) is a corresponding hexadecimal code for the instruction.
- Comments are useful for understanding purpose of instructions.
- Memory address is location where OP code is stored. Label and comment fields are optional.
