Programming x64 Assembly language in Visual Studio crash course.
Episode 6:
In this episode we will look at the conditional branch instructions that we can use to jump to code depending on the value of the flags we looked at in the previous episode.
1. carry flag and the JC and JNC branch instructions
2. zero flag and the JZ and JNZ branch instructions
3. sign flag and the JS and JNS branch instructions
4. signed overflow flag and the JO and JNO branch instructions
5. JMP unconditional branch instruction
☕️ ☕️ No coffee, no coding! 🔥 🔥
If you like to support my work with a small donation:
[ Ссылка ]
Thank you!!
Source code:
[ Ссылка ]
If you like to try the code from this episode yourself, I advice you to watch episode 1 first to learn how to set up Visual studio for assembly programming.
And most of the assembly code you will find in this episode has already been explained in more detail in the previous episodes.
So it is best to watch all episodes from the beginning!
Ещё видео!