nand2/06_IO_Devices/02_UartRX/echo.asm

7 lines
141 B
NASM
Raw Permalink Normal View History

2023-01-11 10:13:09 +00:00
// echo.asm
//
// receive byte over UART_RX and transmit the received byte to UART_TX
// repeat in an endless loop
//
// Put your code here: