NASM Assembly language programming 03 - If statements

Опубликовано: 24 Апрель 2026
на канале: SolidusCode
22,962
134

This is an assembly programming language tutorial where I demonstrate the ins and outs of creating an conditional statement inside of assembly. I use NASM, as always.

Some denotes that I want to reinforce is that you can use a dot(.) in front of a label (remember that labels are alais for memory locations) to make that label local with respect to the previous none dot preappended label. So in the video tutorial. We have a label main and another label, .done. .done is local with respect to main.


Please check out my other tutorial on linux bash scripting as it was what I used to make compiling more this assembly source file easy.