nand2/06_IO_Devices/04_SRAM/buffer.asm

8 lines
210 B
NASM
Raw Normal View History

2023-01-11 10:13:09 +00:00
// buffer.asm
//
// read 4 bytes of textfile from SPI starting at address 0x040000 and write
// the string to SRAM. Finally read the string from SRAM and send
// the string to UART_TX
//
// Put your code here: