bubble sort + fixed issue when writing to reference in ram.py

This commit is contained in:
2024-03-29 22:54:02 +01:00
parent 8b192bf02e
commit 39c5e930ca
3 changed files with 39 additions and 1 deletions

View File

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