create example assembler scripts for individual programs
This commit is contained in:
parent
4e462c5010
commit
7344df39d8
2
firmware/example_program1.sh
Normal file
2
firmware/example_program1.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
python assembler.py machine_code.txt program1.asm
|
2
firmware/example_program2.sh
Normal file
2
firmware/example_program2.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
python assembler.py machine_code.txt program2.asm
|
2
firmware/example_program3.sh
Normal file
2
firmware/example_program3.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
python assembler.py machine_code.txt program3.asm
|
Reference in New Issue
Block a user