stack automaton assembly

This commit is contained in:
2024-04-09 18:06:07 +02:00
parent ccee47ca5e
commit cd1d6382fd
2 changed files with 54 additions and 17 deletions

View File

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