I am a new to assembly and i am asked to multiply two 3x3 matrices and then show the given result. I am having problem in multiplication as
mov al,5
mov bl,6
imul bl
but how to print it?? i know the result will be in ax register but i cannot print it out. Please tell me the correct answer tat what should i do????