Skip to content

Releases: incognitte/isDcc

1.22

03 Jun 22:47
1110817
Compare
Choose a tag to compare

Usage:

To use it, type:
isdcc scriptfile.ins

The decompiled script will be output on stdout, so you can redirect it,
for example:
isdcc setup.ins > setup.rul


Changes:

  • v1.1 Couple of output syntax bugfixes (call, DLL functions in IS3)
  • v1.2 Lots of bugfixes to do with labels, accessing invalid memory locations, and about 10 new opcodes added... all this from user feedback!
  • v1.21 Fix for falling off the end of file caused by changes introduced in v1.2 Makefile added for using with gcc (various fixes in the progam for this too)
  • v1.22 Fix for crashing sometime (buggy alpha high level recovery code), and for missing last line of last function in the file