All references in this video came from:
Assembly Language for x86 Processors (6th Edition) http://goo.gl/n3ApG
Brought to you by http://www.rasmurtech.com/
The Rasmurtech Community: http://goo.gl/mt6OzH
Rasim from Rasmurtech.com give us another tutorial on Assembly Language Programming . In this tutorial Rasim talks about the LOOP Instruction and shows us how to use it.
Download:
emu8086: http://goo.gl/AXgw2u
ASCII TABLE: http://goo.gl/qDqYDw
Wiki Answsers: Explain 8086 flag register http://wiki.answers.com/Q/Explain_8086_flag_register
Google Plus: https://plus.google.com/112317437942092121047
Twitter: https://twitter.com/rasmurtech
Facebook: https://www.facebook.com/Rasmurtech
Instagram: http://instagram.com/rasmurtech
Amazon Auto Links: No products found.
“error A2075: jump destination too far : by 145 byte(s) ” – Whats does it mean by that? What should i do
why should Cx register become 0 to end the loop when you passing the value to dl …how does the loop end without any condition operator
Any chance you could do a loop tutorial without using “.code?”
add dl,48
it supposed to do 48 + 5 right ?
can anyone explain ?
newbie here
Hello,Rasim!
Is there any possibility to have an imbricated loop inside another loop(like a while in while).I have to write a program which builds a third array containing the result of a difference between two sets and I think that the only way to solve it is to search for every element from the first set in the second and set and if it is not there than I’ll add it in the third set.Btw awesome video.I learned more in 4 minutes than 6 hours with my teachers .Thank you!
Great!
Thanks a lot Rasim….
hey this is a bit outdated, but can you can explain how I should print a letter? like five times? I dunoo what to add in dl. vertically
Why not just use JMP?
Why add dl , 48 …?
Why Cx and not Ax or Bx ?
these videos are life saving …
thank you so much..
Hello. I got a quick question. How do i make my loop look like : 55 55
so the other will disapper while it keeps running ?
An important detail to add here is that
the LOOP instruction (and all the similar LOOP instructions you’ll see later in this playlist) FIRST decrements CX by 1
and afterwards checks the value of CX to see if it will loop or not.
Note this!
thanks m8
So glad I’ve found this channel 😀
another excellent tutorial … thanks a million for your time and effort ^ ^