syntax fix + assembly calculate a^b

This commit is contained in:
2024-03-28 12:55:16 +01:00
parent 2440c7af7b
commit ee34fc8d14
4 changed files with 22 additions and 4 deletions

View File

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