flat assembler
Message board for the users of flat assembler.
Index
> Linux > how to compile FASM in linux |
Author |
|
psihokiller4 26 Sep 2010, 19:01
ok NASM is compiled like this:
nasm -f elf file.asm ld file.o -o file and run it with ./file and how to compile FASM? I saw How to make Linux executable? or 'm I just too dump not to understand are there any FASM assembly GOOD tutorials written for linux please I need help been looking whole day and I gave up posting in forum for help |
|||
26 Sep 2010, 19:01 |
|
Tyler 26 Sep 2010, 19:51
Fasm is invoked with "fasm [filename]", w/o the braces of course. Depending on the format you use, you may or may not have to link the produced file before it is executable. See 2.4.4 Executable and Linkable Format for info on the different elf formats available.
EDIT: For more info on invoking Fasm from the command line, see 1.1.2 Executing compiler from command line |
|||
26 Sep 2010, 19:51 |
|
psihokiller4 27 Sep 2010, 20:07
thanks
|
|||
27 Sep 2010, 20:07 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.