I made a little QUIZ on assembly8086 I can not print the score of the Quiz, it's a number between 1 and 10.
During the program, I add one number to the register BX like that:
proc Grade
mov bx, offset score
add [bx], 1
ret
At the end of the program I want to print the value of the register BX at base 10, And I need it to be in procedure.
I would be happy if you could help me, good day (: