Anyone got an ASM6f binary (exe)

Discuss technical or other issues relating to programming the Nintendo Entertainment System, Famicom, or compatible systems. See the NESdev wiki for more information.

Moderator: Moderators

Post Reply
darkhog
Posts: 192
Joined: Tue Jun 28, 2011 2:39 pm

Anyone got an ASM6f binary (exe)

Post 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).
User avatar
koitsu
Posts: 4201
Joined: Sun Sep 19, 2004 9:28 pm
Location: A world gone mad

Re: Anyone got an ASM6f binary (exe)

Post 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.
darkhog
Posts: 192
Joined: Tue Jun 28, 2011 2:39 pm

Re: Anyone got an ASM6f binary (exe)

Post by darkhog »

The version in the link doesn't work, it begs for msys DLLs without providing them. Found other binary that works though.
User avatar
koitsu
Posts: 4201
Joined: Sun Sep 19, 2004 9:28 pm
Location: A world gone mad

Re: Anyone got an ASM6f binary (exe)

Post 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
Tomy
Posts: 56
Joined: Sat May 06, 2006 9:19 am
Contact:

Re: Anyone got an ASM6f binary (exe)

Post by Tomy »

It is win32 bin here : https://mega.nz/#!AngGzQBQ!k5XCKfBx-LgE ... nRGbX5OhEg
Compiled by tcc. asm6f.c date is 13-06-2018
User avatar
koitsu
Posts: 4201
Joined: Sun Sep 19, 2004 9:28 pm
Location: A world gone mad

Re: Anyone got an ASM6f binary (exe)

Post 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.
darkhog
Posts: 192
Joined: Tue Jun 28, 2011 2:39 pm

Re: Anyone got an ASM6f binary (exe)

Post 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.
Post Reply