Display a string to video
void print_string (char *msg)
This function uses INT 10h to output a string to video. It is supported only for x86 platforms.
None