Before listening yours classes MPMC subject is a hardest subject for me but now am enjoying your classes Such a outstanding classes madam really very thankful to you I hope you Good position as Soon as possible Easy way of convey......
Maa'm you are great.I wonder how can you teach us different subjects with same enthusiasm.I have seen your videos of different subjects,all are awesome.Wish you a very happy Teacher's day.
write a program to load two hexadecimal numbers 03H and 21H in register B and C respectively and add the numbers. If the sum is greater than FFH display 01H at OUTPORT 01H; otherwise display the sum. Hint. Start with an algorithm, show the status of a flag register, flow chart and then machine writing.
(b) Write a program to perform the following functions. (i) Load the number 21H in register C (ii) Load the number 07H in register D (iii) Increment the contents of register C by 1. (iv) Add the contents of C and D and display the sum at PORT 01H. (v) Show the status of a flag register
Wite an assembly language program that declare an array of size 50 having type DWORD then store uniquely generated prime numbers 0-100 at prime location in ascending order for non prime location store any unique non prime btw 50 100 in descending oder display the array in the last Solution plz?
A simple question maa'm. When you are keeping sign bit(D7) = 1 means it should denote a negative number . As the two numbers you have taken are unsigned numbers and addition of two signed numbers can't give a signed number..ok.. Then how do you justify your explanation?
Hello mam, No offense but the example which you have given is 16 bit addition according to you but it's 8 bit addition. Register pairs are not required for such addition. If, A = BC = 1011 1100 B = DE = 1101 1110 then, A + B = 1 1001 1010
1. Two numbers C1 and C2 are stored in memory. The operation between these numbers is dictated by the bits 5 and 6 of another number C3. The possible two cases are (a) If bit 5 of C3 =1 and bit 6 =0, then C1 = (C1 AND C2) OR F0 H C2 = (C1 XOR C2) AND F0 H (b) If bit 5 =0 and bit 6 =0, then C1= (C1 AND 07 H) OR C2 C2 = (C2 OR 90 H) XOR 50 H Otherwise-No operation. Develop a program.
To Get Certification, Click Here: bit.ly/3oaXgFi
Use coupon "UA-cam12" to get ‘’FLAT 12%’’ OFF at Checkout.
I admire your teaching style ..
This is soo much helpful
Thankyouu.
But I admire to your profile pic 😅😅
@@CricAddict999 🤣🤣🤣🤣
Here we go for exam prepration😉😂😂😂😂
😂
TwT
😂😂😂😂
Chal😒
Thanks a lot for your help mam.
I am from Bangladesh.Those videos helps a lot maaam.♥️
Are you from BUET ?
No.I am from Ahsanullah University of Science & Technology.
Ok
Before listening yours classes MPMC subject is a hardest subject for me but now am enjoying your classes
Such a outstanding classes madam really very thankful to you I hope you Good position as Soon as possible
Easy way of convey......
Thank you soooooo much mam.. U helped me in the last moment of exams.
Brilliant, brilliant. Made it simple. Thank you 💓
Maa'm you are great.I wonder how can you teach us different subjects with same enthusiasm.I have seen your videos of different subjects,all are awesome.Wish you a very happy Teacher's day.
write a program to load two hexadecimal numbers 03H and 21H in register B and C
respectively and add the numbers. If the sum is greater than FFH display 01H at
OUTPORT 01H; otherwise display the sum.
Hint. Start with an algorithm, show the status of a flag register, flow chart and then machine
writing.
Take Respect from your Bangladeshi Student ! ! Thanks a lot maam ! ! !
Why do only Indian people explain this stuff so good?
btw it's "Carry-Flag" not "Curry-Flag" ;)
(b) Write a program to perform the following functions.
(i) Load the number 21H in register C
(ii) Load the number 07H in register D
(iii) Increment the contents of register C by 1.
(iv) Add the contents of C and D and display the sum at PORT 01H.
(v) Show the status of a flag register
Thank you so much. You have saved 3 marks of my assignment.
i get high mark in my switching theory exam.......because of this chanell
Proof?????
I bet You can't watch it in normal. 1.25x Recommended
yes
2 recommended
@@prateekchauhan5376 bhai tu to einstein ka baap lag raha hai
ua-cam.com/video/Q0UNNrq7_Gw/v-deo.html
Salute mam,
Love from bangladesh
Ok
Very nice video. Thanks for the explanation
Not understanding the explanation of example on flag register 😭
Thanks a lot mam. I completed this lecture on 03-12-2022
I completed on 15-12-2022
Wite an assembly language program that declare an array of size 50 having type DWORD then store uniquely generated prime numbers 0-100 at prime location in ascending order for non prime location store any unique non prime btw 50 100 in descending oder display the array in the last
Solution plz?
A simple question maa'm. When you are keeping sign bit(D7) = 1 means it should denote a negative number . As the two numbers you have taken are unsigned numbers and addition of two signed numbers can't give a signed number..ok.. Then how do you justify your explanation?
Very nice mam.
👌👌👌
Good teaching mam 👋👋
u are blocking the board
😂😂😂😂
😂
Excellent Explanation 🙌👏
Madam , please keep a mp tutorial like digital electronics.
How can I see the lectures in series of 8085
ua-cam.com/video/cxo9RgbPwg8/v-deo.html Please visit this Link
thank you maam,it will help us to pass the sem
Mam in hexadecimal we need to add 16 carry
Very nice explanation ma'am☺
Hello mam,
No offense but the example which you have given is 16 bit addition according to you but it's 8 bit addition.
Register pairs are not required for such addition.
If,
A = BC = 1011 1100
B = DE = 1101 1110
then,
A + B = 1 1001 1010
here it is told that the parity flag is set to 1 if there is even no of ones then 8085 is following odd parity.
she is considering the unsigned arithmatic, in that case sign flag doesn't carry any significance !
Superb mam explanation
why subtracting 16 from both the BD and CE?
Because it is in hexadecimal
JOSHMY JOHNSON thanks
@@joshmyjohnson5157 thanks
Mam please mention playlist of this course
aisa lag rha hai Ehasaan kar rahi hai padha ke
Hahahaa 😂😂
Can you send pdf for this topic for microprocessor
Mam how you write BCDE to taking 12 ,13,14
Easy to understand 👍
Really good Explanation.Kudos
8086 architecture ????
.. verry good explanatiion.. it very clear explanation... i got it... thank u .. i have to subscribe
Sign Flag is set(=1) when the result is negative and reset(=0) when result is positive. So in the example the Sign Flag should be =0.
But in this example the result is negative (msb is 1), so the sign flag is 1
she is considering the unsigned arithmatic, in that case sign flag doesn't carry any significance !
u didn’t mention OF flag
Isnt that for 8086 microprocessor.. this one is for 8085
Nice explanation , thanks for the helpful video, but got no chance to take screenshot of that as ur body blocked the board
Thanks mam for your all video
Board is hidden somewhere throughout the video
Clear explanation . Thanks
Very helpful.
I think there is mistake in addition 0 and 1 after 4th step from right to left
How
Maam how come 16 plz tell me
its hexadecimal
Thanks you so much mam
1. Two numbers C1 and C2 are stored in memory. The operation between these numbers
is dictated by the bits 5 and 6 of another number C3. The possible two cases are
(a) If bit 5 of C3 =1 and bit 6 =0, then
C1 = (C1 AND C2) OR F0 H
C2 = (C1 XOR C2) AND F0 H
(b) If bit 5 =0 and bit 6 =0, then
C1= (C1 AND 07 H) OR C2
C2 = (C2 OR 90 H) XOR 50 H
Otherwise-No operation.
Develop a program.
Super
Good explanation.
"ZERO" FLAG & " CARRY" FLAG CAN NOT BE 1 SIMULTANEOUSLY.
thank you ma'am.
Helpful 👍
Great
Thank you so much
give example of subtraction
Questo video è pura arte. Grazie india di esistere
♥️
thank you maam
2022 offline exam start😂
volume is too low
11-10-2023 first time.
Thank you mam
Arre board ke saamne se to hat ke padhao didi
Thanks a lot me mam
Thank you so much. Very helpful
Are u a bihari
Panda singh she is south indian as I think.
On point
Well it's good
You are cool enough
Your r cute , healthy but you may look more smart when you teach in hindi
thank you
MAIM paper ka an chahiye
excellent
I hate microprocessor ..
türkçeye çeviren yok muuu😫
Dank you, com again.
Savior
Smj a gaye
Kuch smjh ni aarya
00H IS HIGHLIGHT
thankyou mam :)
Thank you ma'am
Thank you madam
Thank You
Thank you mam
thank you