diff --git a/assembler.py b/firmware/assembler.py similarity index 100% rename from assembler.py rename to firmware/assembler.py diff --git a/example.sh b/firmware/example.sh similarity index 100% rename from example.sh rename to firmware/example.sh diff --git a/program1.asm b/firmware/program1.asm similarity index 100% rename from program1.asm rename to firmware/program1.asm diff --git a/program2.asm b/firmware/program2.asm similarity index 100% rename from program2.asm rename to firmware/program2.asm diff --git a/program3.asm b/firmware/program3.asm similarity index 96% rename from program3.asm rename to firmware/program3.asm index 113e0ef..adda2b6 100644 --- a/program3.asm +++ b/firmware/program3.asm @@ -1,4 +1,4 @@ -// Program 2 register use map: +// Program 3 register use map: // r0 is the accumulator, r1 and r2 is often used to cache temp values // r5 is the TAP LUT link register // r6 is LFSR tap pattern