**Hi i need to squared result of a variable (number) . lets say i have a that is equal to 77 can you use the multiple function register itself?
MOV AX,77
MUL AX,AX
MOV NUM,AX
if not, then what should i be doing the get the correct answer? thank you!**