- My program reads data from a file,counts the number of words and correctly increments a counter variable.
How can I print this counter variable which contains a decimal number.Which would be the best way.
This is the code:
mov dx,offset counter
mov ah,09h
int 21h