Page 1 of 1

Anyone got an ASM6f binary (exe)

Posted: Thu Oct 18, 2018 2:56 pm
by darkhog
"Regular" ASM6 won't do, I need Mesen label generation. The link on Mesen wiki leads to sources which I don't have tools to compile (if I want to make some regular app, I use either C#, Java or Lazarus, latter being open source Delphi clone).

Re: Anyone got an ASM6f binary (exe)

Posted: Thu Oct 18, 2018 3:53 pm
by koitsu
Author of asm6f provides direct binary releases/zip files; see aforementioned post. If you need it for a 32-bit Windows OS, contact the maintainer and tell them that he/she should build it for both architectures going forward. Workaround is to use an older version of asm6f.

Re: Anyone got an ASM6f binary (exe)

Posted: Thu Oct 18, 2018 5:45 pm
by darkhog
The version in the link doesn't work, it begs for msys DLLs without providing them. Found other binary that works though.

Re: Anyone got an ASM6f binary (exe)

Posted: Thu Oct 18, 2018 10:30 pm
by koitsu
I can confirm that the current version of asm6f as of this writing doesn't run on Windows 7 SP1 x64 citing a missing msys-2.0.dll file. I'll report this to the author via a GitHub issue. There are a couple ways to solve it properly.

Edit: filed: https://github.com/freem/asm6f/issues/23

Re: Anyone got an ASM6f binary (exe)

Posted: Fri Oct 19, 2018 4:13 am
by Tomy
It is win32 bin here : https://mega.nz/#!AngGzQBQ!k5XCKfBx-LgE ... nRGbX5OhEg
Compiled by tcc. asm6f.c date is 13-06-2018

Re: Anyone got an ASM6f binary (exe)

Posted: Fri Oct 19, 2018 2:26 pm
by koitsu
Binaries have been updated at the same location (GitHub, Releases tab). Note that you won't see new dates/commits/etc., just that the .zip file got updated; asm6f_20181019.zip contains rebuilt 32-bit and 64-bit binaries that don't have the DLL issue. Give that a shot.

Re: Anyone got an ASM6f binary (exe)

Posted: Fri Oct 19, 2018 2:37 pm
by darkhog
Thanks. Got one that works previously though from one guy (who had repo with working exe in it). I may test it later on though.