How do I print multiple variables in assembly x86?
I’m trying to print "varc1", "varc2" and "varsm" on the screen but after printing the first variable my program gets into a weird loop. I copied the code related to the printing from this question and I added new lines (whitespaces) so I can differenciate between variables. ;varc1 -> 1’s complement of the initial 16… Read More How do I print multiple variables in assembly x86?