flat assembler
Message board for the users of flat assembler.
Index
> IDE Development > .Exe output name in FASMW |
Author |
|
revolution 30 Dec 2009, 15:37
In your command line prompt: fasm main.asm name.exe
|
|||
30 Dec 2009, 15:37 |
|
Teehee 30 Dec 2009, 15:39
but i'm using FASMW.
|
|||
30 Dec 2009, 15:39 |
|
revolution 30 Dec 2009, 15:50
Teehee wrote: Is possible to set .exe output name in the .asm file? Teehee wrote: but i'm using FASMW. |
|||
30 Dec 2009, 15:50 |
|
Teehee 30 Dec 2009, 16:47
Thanks |
|||
30 Dec 2009, 16:47 |
|
ManOfSteel 30 Dec 2009, 19:49
Unless you modify fasmw (e.g. add a dialog with an editbox), which is one of the advantages of open-source...
|
|||
30 Dec 2009, 19:49 |
|
shmel 04 Mar 2010, 15:44
Code: format binary as 'ext' or Code: format pe gui 4.0 as 'exe' |
|||
04 Mar 2010, 15:44 |
|
revolution 04 Mar 2010, 15:52
shmel wrote:
|
|||
04 Mar 2010, 15:52 |
|
edemko 09 Nov 2010, 10:57
Working on a tiny multilingual project i was in a lack of such a functionality.
Code: LNG equ BY format binary named 'project-' + `BY + '.exe' ... |
|||
09 Nov 2010, 10:57 |
|
revolution 09 Nov 2010, 13:35
edemko wrote: Working on a tiny multilingual project i was in a lack of such a functionality. Code: LNG equ BY match x,LNG {format binary as 'project-'#`x#'.exe'} |
|||
09 Nov 2010, 13:35 |
|
Fanael 09 Nov 2010, 16:14
revolution wrote:
revolution wrote: That only sets the extension, not the name. |
|||
09 Nov 2010, 16:14 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.