I'm writing a program in 8086 assembly to be used in dos and I want it to print out certain messages in color. I know how to print messages to screen using int 21H (with 9 in ah), and I want the text to be printed in the same way as using int 21H but I want it in color. I know int 10H is involved but I have no idea what must be in the other registers for it to work. Does anybody know???
Any help will be greatly appreciated.

Regards,
Garathjax