spi test dump

This commit is contained in:
2024-10-25 13:47:27 -04:00
parent 2026be6851
commit 5527f9e8b2
11 changed files with 516 additions and 157 deletions

View File

@@ -4,3 +4,17 @@
// repeat in an endless loop
//
// Put your code here:
// hello.asm
// this little assembler programm outputs "Hi" on UART_TX
//
// Put your code here:
(POLL)
@UART_RX
D=M
@UART_TX
M=D
@UART_RX
M=0
@POLL
0;JMP