Why is the message displayed twice? NASM
I’m writing a simple calculator in NASM, why when calling
jmp show_operands_message
Is the message printed twice into the terminal?
I’m writing a simple calculator in NASM, why when calling
jmp show_operands_message
Is the message printed twice into the terminal?