spi test dump
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user