added v2.0
This commit is contained in:
14
04_Machine_Language/Makefile
Normal file
14
04_Machine_Language/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
leds:
|
||||
../tools/Assembler/assembler.pyc leds.asm
|
||||
cp leds.hack ../05_Computer_Architecture/04_HACK/ROM.hack
|
||||
mult:
|
||||
../tools/Assembler/assembler.pyc mult.asm
|
||||
cp mult.hack ../05_Computer_Architecture/04_HACK/ROM.hack
|
||||
upload:
|
||||
../tools/Assembler/assembler.pyc leds.asm
|
||||
../tools/AsciiToBin.py leds.hack
|
||||
iceprogduino -o 64k -w leds.bin
|
||||
clean:
|
||||
rm -f *.hack *~ *.bin
|
||||
|
||||
.PHONY: clean
|
Reference in New Issue
Block a user