🎓 BookMCQ
← Back to An Introduction To Microprocessor 8085

📖 6. Programming of 8085

📖 From An Introduction To Microprocessor 8085 • 188 questions available

About 6. Programming of 8085

The Big Idea: Knowing the hardware is just half the battle; this chapter teaches you the "language" you use to talk to the 8085. Programming means writing a list of instructions (in a language called Assembly Language) that the 8085 understands. You'll learn all the instruction types, from data transfer (moving data around) to arithmetic (math), logical (decisions), and branching (loops and jumps). This is where you transform the microprocessor from a piece of silicon into a useful tool that can actually solve problems.

How It Works: You will use mnemonics like MOV A, B (move data from register B to register A), ADD C (add the value in C to A), and JNZ LOOP (jump to label "LOOP" if the zero flag is not set). You will learn about addressing modes (Immediate, Register, Direct, and Indirect) that tell the CPU where to find data. The chapter also teaches you how to write a complete assembly program, assemble it into machine code (hexadecimal), and use techniques like loops to repeat operations and subroutines to organize code, building effective programs to do specific tasks.


Practice MCQs for 6. Programming of 8085. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.

🔄 Last updated: 2026-07-30

38
Easy
90
Medium
60
Hard

📌 Topics in this Chapter

ASCII to Binary Conversion in 8085 Microprocessor
8 MCQsView →
BCD to Binary Conversion in 8085 Microprocessor
14 MCQsView →
Binary to ASCII Conversion in 8085 Microprocessor
10 MCQsView →
Binary to BCD (Unpacked) Conversion in 8085 Microprocessor
13 MCQsView →
Miscellaneous Programs in 8085 Microprocessor
18 MCQsView →
Progams on addition and subtraction in 8085 Microprocessor
26 MCQsView →
Program on 8 Bit Division in 8085 Microprocessor
9 MCQsView →
Program on Multiplication in 8085 Microprocessor
18 MCQsView →
Programs to arrange series in 8085 Microprocessor
15 MCQsView →
Programs to find largest or smallest number in 8085 Microprocessor
10 MCQsView →
Simple Programs in 8085 Microprocessor
47 MCQsView →