What is the decimal value of var1 at the end of following program? char var1 = 8, var2 short int var3 = 7; 3; Lasm { mov
Posted: Mon Mar 21, 2022 4:38 pm
What is the decimal value of var1 at the end of following program? char var1 = 8, var2 short int var3 = 7; 3; Lasm { mov dx, var1 mov dl, var2 inc dx mov dx, var3 dec di mov vari, dx }