naming pattern .asm instead of .1 for assembly files
This commit is contained in:
parent
bcb627f2b4
commit
d8ed110400
@ -1,14 +1,14 @@
|
|||||||
LDFLAGS="-L/usr/local/opt/flex/lib"
|
LDFLAGS="-L/usr/local/opt/flex/lib"
|
||||||
|
|
||||||
a_pow_b: ram
|
a_pow_b: ram
|
||||||
./ram < a_pow_b.1
|
./ram < a_pow_b.asm
|
||||||
echo "### machine.py ###"
|
echo "### machine.py ###"
|
||||||
cat machine.py
|
cat machine.py
|
||||||
echo "### execution ###"
|
echo "### execution ###"
|
||||||
python machine.py
|
python machine.py
|
||||||
|
|
||||||
test: ram
|
test: ram
|
||||||
./ram < test.1
|
./ram < test.asm
|
||||||
echo "### machine.py ###"
|
echo "### machine.py ###"
|
||||||
cat machine.py
|
cat machine.py
|
||||||
echo "### execution ###"
|
echo "### execution ###"
|
||||||
|
0
src/bubble_sort.asm
Normal file
0
src/bubble_sort.asm
Normal file
Loading…
x
Reference in New Issue
Block a user