naming pattern .asm instead of .1 for assembly files

This commit is contained in:
Sam Hadow 2024-03-28 13:22:39 +01:00
parent bcb627f2b4
commit d8ed110400
4 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
LDFLAGS="-L/usr/local/opt/flex/lib"
a_pow_b: ram
./ram < a_pow_b.1
./ram < a_pow_b.asm
echo "### machine.py ###"
cat machine.py
echo "### execution ###"
python machine.py
test: ram
./ram < test.1
./ram < test.asm
echo "### machine.py ###"
cat machine.py
echo "### execution ###"

0
src/bubble_sort.asm Normal file
View File