nand2/06_IO_Devices/02_UartRX/echo.asm
Michael Schröder 971b323822 added v2.0
2023-01-11 23:04:57 +01:00

7 lines
141 B
NASM

// echo.asm
//
// receive byte over UART_RX and transmit the received byte to UART_TX
// repeat in an endless loop
//
// Put your code here: