Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
printz

Small script decompiler?

Recommended Posts

Do Small decompiling programs exist? Because I moved a wad from another computer here, which has AMX Small code, but I forgot to take the .SMA source file with me.

Share this post


Link to post

Afraid not. Due to Small's language complexity and optimizing compiler, decompiling Small would face most of the same problems as decompiling native code such as C programs. A disassembler could be built with somewhat less effort, however.

ACS's simplicity is what allows it to so easily be decompiled.

Share this post


Link to post

Well I didn't go too far with my Small code (yet I don't remember the actions), so I guess I could disassemble it into a chunk of annoyingly abbreviated words.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
×