bootloader test dump

This commit is contained in:
2024-11-23 16:56:29 +05:30
parent 5527f9e8b2
commit e2fa3ee864
11 changed files with 538 additions and 183 deletions

View File

@@ -1,4 +1,4 @@
PYTHON = /bin/python3.11
PYTHON = /usr/bin/python3.11
leds:
$(PYTHON) ../tools/Assembler/assembler.pyc leds.asm

View File

@@ -5,8 +5,8 @@
// Put your code here:
@BUT
D=M
D=!M
@LED
M=!D
M=D
@0
0;JMP