bootloader test dump
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
PYTHON = /bin/python3.11
|
||||
PYTHON = /usr/bin/python3.11
|
||||
|
||||
leds:
|
||||
$(PYTHON) ../tools/Assembler/assembler.pyc leds.asm
|
||||
|
@@ -5,8 +5,8 @@
|
||||
// Put your code here:
|
||||
|
||||
@BUT
|
||||
D=M
|
||||
D=!M
|
||||
@LED
|
||||
M=!D
|
||||
M=D
|
||||
@0
|
||||
0;JMP
|
||||
|
Reference in New Issue
Block a user