An Assembly to Python decompiler based off of the ACSL's implementation of Assembly
Store your Assembly code in the file in.asm
, then run the main.py
file, and it should run fine.
END
statement at the bottom.Using this program may be considered cheating and can have you disqualified from the ACSL.
Furthermore, due to the style of ACSL problems, it is not recommended you use this program as it will not give you insights as to what the answer may be for a question, only calculations.