progress on all fronts
[com32] / src / macros.inc
index 03613dc..065c601 100644 (file)
@@ -14,7 +14,7 @@ UART_DIVISOR  equ 115200 / 9600       ; 9600 baud
        push ax
        mov dx, UART_BASE + 5   ; LSTAT
 %%wait:        in al, dx
-       test al, 20h            ; TRIG_EMPTY
+       test al, 20h            ; TREG_EMPTY
        jz %%wait
        mov dx, UART_BASE
        pop ax