I was not able to understand addressing modes but the way u explained it, is awesome. I think you are providing best and free education for computer science students. Thank you so much, sir, I appreciate your work.
00:02 Indirect Addressing Mode is an important topic in computer systems 00:52 The address field tells us the location of the operand. 01:42 Memory access required twice 02:28 You go to the address and pick up the data 03:16 Effective address is 800 04:00 Pointers are variables that contain the address of another variable 04:43 Address of B variable is 800 05:26 Indirect addressing mode and its advantages and disadvantages Crafted by Merlin AI.
In direct addressing the disadvantage was that if memory location is bigger accumulator won't access it so in indirect we are doing indirectly to increase the memory location too or it's similar to direct as well
Hello Sir!! Hope you’ll be doing great! Sir below is the question, I was asked what if we change dw in the last line to db. What difference it will make on code can you explain please!! [org 0x100] mov bx, num1 mov ax, [bx] add bx, 2 add ax, [bx] add bx, 2 add ax, [bx] add bx, 2 mov [bx], ax mov ax, 0x4c00 int 0x21 num1: dw 5, 10, 15, 0
if the size of the instruction is fixed ...will it be a disadvantage if the memory address is of a large bit ,as is the case in direct addressing mode ?
In immediate addressing mode we directly give data as operand, while in direct addressing mode we give the address the memory location where data is stored.
If you are comparing this to pointers, then how do we represent pointer to pointer. Is there any new addressing mode for that or it can be achieved using this
Sir please Kya ye playlist gte exam k liye enough h Kya..?? Plss sir..Bata dijiye...its very helpful...sir Maine..abhi fakniss subject kuch bhi nahi padha h..plss sir reply ..dedijiye...🙏🙏🙏
The example you considered is wrong because it does not store the address instead it will point to that address i mean the value of pointer a is 800 now shifted from 400
Thank you sir for providing this level of education at no cost!
So nice of you
I was not able to understand addressing modes but the way u explained it, is awesome. I think you are providing best and free education for computer science students. Thank you so much, sir, I appreciate your work.
Thank you sir... Best teacher in the India!!
00:02 Indirect Addressing Mode is an important topic in computer systems
00:52 The address field tells us the location of the operand.
01:42 Memory access required twice
02:28 You go to the address and pick up the data
03:16 Effective address is 800
04:00 Pointers are variables that contain the address of another variable
04:43 Address of B variable is 800
05:26 Indirect addressing mode and its advantages and disadvantages
Crafted by Merlin AI.
Thankyou sir for this helpful videos 🙏🙏🙏.
You are a life savior. You cleared the basic concepts in less time.
May god bless you 🙏.❤️
My favorite 😍 , thank you sir
Thank you so much sir 🙏..u r just saving our lives
Crystal clear sir g thank you
Thank you sir very nice gide & very nice indirect addressing mode teaching video.👍
Love the way u explain sir
your teaching makes this hard subject easy...:-)
This man oh god he is sooo goood. Like etna acha samjhate ha ki kya bolu.. He is just life saver 👀
Gud eve sir...u are the best educater....
You are really great sir ❤️❤️❤️❤️
Very nice explanation sir.Thank you😊😊😍😍
Awesome explanation 👏👌
Thank you sir yours explanation is very easy 🙏🙏❤️
Thank You Sir 😊🙏
bhttt achaa smhjaty hn ap sir to good☺☺☺
Thank you so much sir 🙏🙏🙏
Good job.
Gurujee shandar jabardast zindabaad
Thank you sir for sharing your knowledge and helping us out..
Sir just try to cover every topic for gate in this video series as soon as possible ...
Good Explanation... 😉
you are great sir!👍
Thanks sir .... God bless you
aap hi bhagvan ho sir really
thank u so much sir
Thanku so much sir !!
In direct addressing the disadvantage was that if memory location is bigger accumulator won't access it so in indirect we are doing indirectly to increase the memory location too or it's similar to direct as well
Plz answer
Thanks sir g 👍
Thanks sir...this time plz start one mcq series on concept based theoretical Ques
Thank you so much sir...
Thank you sir ❤
Thank you very much sir
Hello Sir!!
Hope you’ll be doing great!
Sir below is the question, I was asked what if we change dw in the last line to db.
What difference it will make on code can you explain please!!
[org 0x100]
mov bx, num1 mov ax, [bx] add bx, 2
add ax, [bx] add bx, 2
add ax, [bx] add bx, 2 mov [bx], ax
mov ax, 0x4c00 int 0x21
num1: dw 5, 10, 15, 0
Continue... Sir.... Ji❤️
why is passing parameter supported in this mode only and not in direct addressing mode????
if the size of the instruction is fixed ...will it be a disadvantage if the memory address is of a large bit ,as is the case in direct addressing mode ?
Brilliant sir
Thank you
noice explanation
Superb sir
Superbbbb
nc explanation
very good
what is the difference between direct addressing mode and immediate addressing mode both provide const value
In immediate addressing mode we directly give data as operand, while in direct addressing mode we give the address the memory location where data is stored.
thanks a lot sir g
Thank you. But what is the main difference between register indirect addressing mode and simple indirect addressing mode? please share.
I think in register indirect we need to access 2 different registers and in simple we need to access 2memory location of the same register
than what is difference between direct ,indirect with register direct and indirect,is it that only one uses memory and other one uses register
Sir please provide lectures on networking.
💞💞💞💞Awesome 🇮🇳💞💞💞
Thank you sir
Thnku sir
If you are comparing this to pointers, then how do we represent pointer to pointer. Is there any new addressing mode for that or it can be achieved using this
Thanks !!!
Sir is mein question kese pooche jayenge ... Mcq ya numerical form mein ...Aur kya these 46 vedios are enough to clear basic concept plzz guide me..
Does representation of direct addressing mode is same as that of indirect addressing mode
no, here we have address in operand, there we had Register in operand
sir, please upload the video on ALU organization
Kon kon 2024 me dekh rha h😅😊
Tq sir
I'm the only who watching video at 1.75 speed
Me at 2x
Sir tho kaisey jaaneyng kaun sa direct hai ya indirect in example Add X may
Sir please more videos on previous year question papers with solution of ugc net
Sir ye toh register indirect mode jesa hi h ?
Sir please make for nimcet too
...
Sir I just want to know can we apply for both ugc and gate at the same time?
Yes
Sir please Kya ye playlist gte exam k liye enough h Kya..?? Plss sir..Bata dijiye...its very helpful...sir Maine..abhi fakniss subject kuch bhi nahi padha h..plss sir reply ..dedijiye...🙏🙏🙏
3:20 awesome
pass by reference in parameter should be supported in indirect addressing mode? why pass by value!!
what is Index Indirect Addressing Mode?
The example you considered is wrong because it does not store the address instead it will point to that address i mean the value of pointer a is 800 now shifted from 400
Is there any dedicated exam for computer networks.
CCNA ccnp certifications are there
Is this course enough for college ?
No, some topics are missing. You'll have to search for them individually.
Speed ka option nhi aarha ....
App sandeep mahishware k show mai ajayee
Sir EA= m[x] But m[x] = 400 & not 800🙄
Yes you are Right EA is M[M(x)]
I love you pls marry me❤❤❤
Thank you sir
thank you sir