print_byte()

Output one byte to video (x86 only)

Synopsis:

void print_byte (int n)

Arguments:

n
The byte to output to video

Description:

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

Returns:

None