uart32_put

Output a single character to the UART (x86 only)

Description:

This assembly call outputs a single character to the UART. The function is set up for a 32-bit protected-mode environment. This function is supported only for x86 platforms.

On entry:

AL
Character to output.
DX
UART base port.