I have a question related to my assembly code.
I want to know how to skip a instruction in loop. for example if I have to print numbers 1 to 5 but not 3 what will be the code to skip 3?
enter image description here
Source: Windows Questions C++
I have a question related to my assembly code.
I want to know how to skip a instruction in loop. for example if I have to print numbers 1 to 5 but not 3 what will be the code to skip 3?
enter image description here
Source: Windows Questions C++