Hello, I'm having this little problem, and I will thank you if you help me with it.
What I'm trying to do is to display the contents of various 16-bit registers (e.g. AX, BX, CX, DX), however without success;
Well, what I tried to do is to check the total clusters and total free clusters on the hard-drive using DOS interrupt 21h and function 36h. It returns the number of total clusters into DX.
I tried to print the DX using the function 09h of the same interrupt, however I'm getting gibberish whenever i'm trying to do so.
In short - How can I convert number from registers such as AX or DX into strings, so I can print them to the screen?