nand2/06_IO_Devices/01_UartTX/hello.asm

5 lines
98 B
NASM
Raw Normal View History

2023-01-11 10:13:09 +00:00
// hello.asm
// this little assembler programm outputs "Hi" on UART_TX
//
// Put your code here: