Relative Content

Tag Archive for assemblyx86masm

MASM x86 program printing random symbols

I was trying to run my assembly language program written in MASM x86 where i found out that everytime when i print out my receipt, all burgers are printed with random symbols behind it. (The original idea was to print out only the burger with quantity > 0, and then display their price per unit and quantity ordered in the next line) My code is attached as below, i suspect its a problem of logic error but i couldnt spot where is the error.