HSC Board 2025 || Addition of two 8-bit numbers || Microprocessor 8085 || Assembly language program

preview_player
Показать описание
How to learn Microprocessor programming in simplest way,
Aim: Write a program to do addition between two 8-bit numbers. Two numbers are stored in 2030H & 2031H. Store the result in 2032H

simplest way to do the microprocessor programming with basic steps

before learning this program please first learn instruction set and tracing of programs from Microprocessor 8085

To learn MOV, MVI, LXI Instructions follow the given link:

To learn LDA, STA Instructions follow the given link:

To learn ADD Instructions follow the given link:

To learn INX Instructions follow the given link:

#MICROPROCESSOR_PROGRAMS #MICROPROCESSOR_8085 #ADDITION_IN_MICROPROCESSOR
Lecture By: Rashmi P.
Рекомендации по теме
Комментарии
Автор

Thanks a lot mam . This are very very helpful before practical examinations.

akashgangurde
Автор

thankyou so much teacher ! youve helped a lot

thefourhourtalk
Автор

Mam bt how to learn mnemonics? Like we have so many problems so how will we get to know that LXI will come first or MVI? Pls reply ....

MrunalHolmukhe
Автор

Is there a need for flag register to be drawn in the exam after the program?

NarutoUzumaki-nkkp
Автор

maam do we need to show the code compilation in board exam?

ojaspatil
Автор

Mam, I wrote the above program using the following instruction:

LXI H, 2030 H
MOV A, M
INX H
ADC M
INX H
MOV M, A
RST 1
(Our teacher told to use RST 1 in Practicals and HALT in Theory exam.)

Is it correct?

shravanitembare
Автор

Trasing of programm kya hota hai mam .

akashgangurde
Автор

Mam why do we need to mention the LXI code ..why can't we directly start with MOV code.?

rashmijain
Автор

Hello Ma'am, in compilation we only have to write the mnemonics and not the end result of the step; right?

anaykhanolkar
Автор

Ma’am I have tried to do this program by myself, but I have used different instructions. I then complied it to check and got what was asked. So can you please tell if i will get marks if I write the program as following?

LXI H, 2030H
LDA 2301H
ADD M
STA 2030H
HLT

Only the space in memory has increased (i.e. 11 bytes). So will this program be correct according to board?

sanas
Автор

Mam can you please tell me that from where the 07 and 06 came in compilation😢😢

Ankit
Автор

Exam me sirf code likhe ki compile bi kre (number solving)?

tanishrane
Автор

ma'am hex code ka column nahi aayega?

rittikarijhwani