stack automaton assembly
This commit is contained in:
@ -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 ###"
|
||||
|
Reference in New Issue
Block a user