Posts by Azulf • 1 point
1 post
-
0
votes0
answers13
viewsQ: Conditional deviation not working - Assembly
I went to write a little program in Assembly with the compiler NASM in Xubuntu, there is the code: section .data ;1 msg db "Olá" ;2 n1 db 10 ;3 n2 db 1 ;4 len equ $-msg ;5 ;6 section .text ;7 global…