print_string()

Updated: April 19, 2023

Display a string to video

Synopsis:

void print_string (char *msg) 

Arguments:

msg
A pointer to the character string to display on video.

Description:

This function uses INT 10h to output a string to video. It is supported only for x86 platforms.

Returns:

None