Skip to content

An Assembly to Python decompiler based off of the ACSL's implementation of Assembly

License

Notifications You must be signed in to change notification settings

sosudo/Assembly-Decompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Assembly Decompiler

An Assembly to Python decompiler based off of the ACSL's implementation of Assembly

Usage

Store your Assembly code in the file in.asm, then run the main.py file, and it should run fine.

Common Problems

  • Make sure your Assembly code has an END statement at the bottom.
  • Make sure you check for immediate data in your Assembly.
  • Warnings

    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.

    About

    An Assembly to Python decompiler based off of the ACSL's implementation of Assembly

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages