Download this file
1 2 3 4 5 6 7 8 9 10 11
{$DEFINE REG_THIS} // use Register 1 for this {$DEFINE REG_PARAM} // use Registers 2..n for parameters {$DEFINE REG_VARS} // use Registers n+1...m for local var {$DEFINE SHELL} // launch the SWF file after compilation {$DEFINE PLAYER} // launch the SWF file with FlashPlayer.exe {-$DEFINE LOG} // show parsed source {-$DEFINE MEMCHECK} // check memory leaks {$DEFINE TEST} // test programs {$IFNDEF WIN32}{$UNDEF SHELL}{$ENDIF}