7 lines
141 B
NASM
Raw Permalink Normal View History

2023-01-11 11:13:09 +01: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: