print_word()

Display a word to video

Synopsis:

void print_word (unsigned short n)

Arguments:

n
The word to display to video

Description:

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

Returns:

None