FASM

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Post Reply
Message
Author
User avatar
Firewrath
Posts: 321
Joined: Mon Aug 28, 2006 2:36 pm

FASM

#1 Post by Firewrath »

So, i was going around and ran a cross this one day,
and im surprised to find its actually portable,

so, as to what it is, well,
is an Assembly programming language, called Flat assembler,
complete with an IDE it seems, though nothing flashy,

from the Docs:
"Flat assembler is a fast assembly language compiler for the x86 architecture processors, which does multiple passes to optimize the size of generated machine code. It is self–compilable and versions for different operating systems are provided. They are designed to be used from the system command line and they should not differ in behavior. This document describes also the IDE version designed for the Windows system, which uses the graphical interface instead of console and has the integrated editor. But from the view of compilation it has exactly the same functionality as all the console versions,"
and from the site:
With the Windows version of flat assembler comes the package of standard includes designed to help in writing the programs for Windows environment.
the site is here:
http://flatassembler.net/

Windows download is:
http://flatassembler.net/fasmw16725.zip

And to make it portable,
from this post in the forums:
http://board.flatassembler.net/topic.php?t=8133
Ehtyar wrote: -FASMW.INI-
[Environment]
include = \Fasm\INCLUDE
fasminc = \Fasm\INCLUDE
it doesnt come with an 'FASMW.INI' file, but if you run the program then exit, it generates one,
you could prolly make it yourself before hand and put that in there though,

Post Reply