flat assembler
Message board for the users of flat assembler.

Index > Main > Target file

Author
Thread Post new topic Reply to topic
shmel



Joined: 14 Feb 2010
Posts: 5
Location: Russia Federation, Tatarstan, Kazan
shmel 14 Feb 2010, 17:44
Tomasz Grysztar, could add you the preprocessor instruction of a choice of extend of a target file?

example:


Code:
;first.asm

format binary
outext 'asdf'

use16
mov ax,bx
 
    


after compile create 'first.asdf' file!

example2:


Code:
;first.asm

format binary
outext 'ext'

use16
mov ax,bx
 
    


after compile create 'first.ext' file!
Post 14 Feb 2010, 17:44
View user's profile Send private message ICQ Number Reply with quote
revolution
When all else fails, read the source


Joined: 24 Aug 2004
Posts: 20295
Location: In your JS exploiting you and your system
revolution 14 Feb 2010, 17:50
Already there:
WHATSNEW.TXT wrote:
version 1.68 (Jun 13, 2009)

...

[+] Allowed "as" operator to specify the output file extension when
placed at the end of the "format" directive line.
Code:
format binary as 'ext'    
Post 14 Feb 2010, 17:50
View user's profile Send private message Visit poster's website Reply with quote
shmel



Joined: 14 Feb 2010
Posts: 5
Location: Russia Federation, Tatarstan, Kazan
shmel 14 Feb 2010, 18:01
Thanks!
Post 14 Feb 2010, 18:01
View user's profile Send private message ICQ Number Reply with quote
ouadji



Joined: 24 Dec 2008
Posts: 1081
Location: Belgium
ouadji 14 Feb 2010, 22:36

also this,

fasm first.asm first.ext

_________________
I am not young enough to know everything (Oscar Wilde)- Image
Post 14 Feb 2010, 22:36
View user's profile Send private message Send e-mail Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.