Output one byte to video (x86 only)
void print_byte (int n)
This function uses INT 10h to output one byte to video. It is supported only for x86 platforms.
None