uart_put

Updated: April 19, 2023

Output single character to UART (x86 only)

Description:

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

On entry:

AL
Character to output.
DX
UART base port.