filmov
tv
NASM For Loop Example Compared to Python range() Loop

Показать описание
In this video, I show an example of looping in NASM comparing the process to a simple python for loop.
Correction to video:
@2:46 we are comparing rax to the value of x, and if rax greater than or equal to x we will terminate the loop
Correction to video:
@2:46 we are comparing rax to the value of x, and if rax greater than or equal to x we will terminate the loop