This playlist alone was more than enough to ace ARM questions in my Exam! Thank you so much sir!
@VishalGaikwad6 күн бұрын
You're welcome! I'm glad it helped!😊
@xanri76733 жыл бұрын
This series is gold. Thanks.
@VishalGaikwad3 жыл бұрын
Thank you ☺️
@antonnym2144 жыл бұрын
Very nice presentation! I learned z-80 and 8080 assembly during the 8-bit era and it was fine. I much prefer register letters or names (A,B, X,Y, etc) instead of numbers R0, R1, etc. For RISC, I disagree with combining functions, like the shift to the add, but I really like that all memory access is with load and store. I designed an architecture that has Registers IR (instruction register), PC (program counter), F (flags), A (accumulator), B (ALU partner), M (memory pointer), S (stack) and only 16 instructions, which allows for a 4-bit opcode. Only RDM (A gets the contents of Address M) and STA (address M gets contents of A) access memory, and they do it through M register only. All good wishes.
@veerusm90993 жыл бұрын
Thank You so much sir , for uploading very useful and explaining in very simple manner We can understand one of our course, without depending on our college professor, Thank you so much sir once again
@mubasshiraali43244 жыл бұрын
you're a great teacher sir thank you so much
@ShubhamSharma-rp5tu4 жыл бұрын
Thanks For Your Playlist... This was exactly what i needed...
@taniyafirdaus1227Ай бұрын
Excellent lecture series ✨❤️
@VishalGaikwad6 күн бұрын
Thanks! 😊
@ValliNayagamChokkalingam2 жыл бұрын
Thank you! High quality content!
@VishalGaikwad2 жыл бұрын
Thank you
@someone195h3 ай бұрын
Excellent lecture 🙌
@VishalGaikwad2 ай бұрын
Thank you
@geekionizado4 жыл бұрын
please dont stop posting these videos!!! do more videos about low level things
@BharadwajAvva7 ай бұрын
Thank you for this series. Minor suggestion - it would be great if you can cut down on the repetitions. Like, "what is an instruction set? It is a set of instructions"
@VishalGaikwad6 ай бұрын
It's not about extending the video length it's my teaching habit during lecture. Hope you understand.
@ItsPankajYeole Жыл бұрын
At 23.12 , slight correction , it should be data corresponding to address and not address corresponding to data
@mydev-4u3 жыл бұрын
15:26 If we are using the lsl operator also in the same instruction, won't it be a 4-address instruction
@VishalGaikwad3 жыл бұрын
No
@thilagawathis39972 жыл бұрын
Thank you so much sir.. awesome sir
@VishalGaikwad2 жыл бұрын
Thank you
@vinnuvp5 ай бұрын
Can you provide soft copy as documents
@rafacomputers5744 Жыл бұрын
Can you give me a link to read these concepts arm-v7 language, I'm trying to look for a book but I can't find a book like that in the video
@VishalGaikwad Жыл бұрын
Ok
@zizo87373 жыл бұрын
is there any diff between arm 7 vs arm 8
@geniusmad55183 жыл бұрын
Yes till 7 it is 32 bit but 8 is 64 bit. So there will be small difference in code to give space to additional bits.
@zizo87373 жыл бұрын
@@geniusmad5518 thanks
@divyanshubhoyar51504 ай бұрын
Sir can you provide the pdf link for the above presentation
@VishalGaikwad4 ай бұрын
Plz check comments
@mydev-4u3 жыл бұрын
CAN YOU PLEASE PROVIDE THE SLIDES OF THE VIDEOS SIR