flat assembler
Message board for the users of flat assembler.

Index > Main > flat assembler 1.64

Goto page 1, 2  Next
Author
Thread Post new topic Reply to topic
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8367
Location: Kraków, Poland
Tomasz Grysztar 07 Aug 2005, 21:54
I made the new release available early - please check it out. If everything seems to be OK, I will post the info on the Freshmeat etc. This is the final release with x86-64 support, so I think it deserves a good promotion. If you know of any place that would need to have the information about fasm updated, and you can motivate such update in any way, I suggest that now it's a good moment.

And for the first time the PDF manual in Windows release contains additional chapter officially documenting the Win32 includes. The manual has been also revised and extended in many other places, mainly section 2.2. All the documentation is also available online.


Last edited by Tomasz Grysztar on 01 Jan 2006, 21:59; edited 1 time in total
Post 07 Aug 2005, 21:54
View user's profile Send private message Visit poster's website Reply with quote
vid
Verbosity in development


Joined: 05 Sep 2003
Posts: 7105
Location: Slovakia
vid 07 Aug 2005, 23:57
great work, time to revise my tuts again. or at least preprocessor guide for sure Smile
Post 07 Aug 2005, 23:57
View user's profile Send private message Visit poster's website AIM Address MSN Messenger ICQ Number Reply with quote
comrade



Joined: 16 Jun 2003
Posts: 1150
Location: Russian Federation
comrade 08 Aug 2005, 00:26
programmersheaven.com is good site, and has newsletter with many subsvribers
Post 08 Aug 2005, 00:26
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number Reply with quote
vid
Verbosity in development


Joined: 05 Sep 2003
Posts: 7105
Location: Slovakia
vid 08 Aug 2005, 08:15
and google for phrases like "Free Assembler" "Free Assembly compiler" etc. and check first few links.
Also we could post some promotion to assembly forums so more people migrate to FASM.
And don't forget to mention extremely powerful macrosyntax everywhere Smile really i don't know about language with stronger macrosyntax....
Post 08 Aug 2005, 08:15
View user's profile Send private message Visit poster's website AIM Address MSN Messenger ICQ Number Reply with quote
madmatt



Joined: 07 Oct 2003
Posts: 1045
Location: Michigan, USA
madmatt 08 Aug 2005, 16:33
Very good work!, Glad you are also making the windows macro tutorial as well! Cool One little question, where do we go from here Question Maybe a Mac OS-X version, now that they are using Intel for everything Surprised Wink Just curious. Wink
Post 08 Aug 2005, 16:33
View user's profile Send private message Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8367
Location: Kraków, Poland
Tomasz Grysztar 08 Aug 2005, 16:43
I think we should concentrate now on making some tutorials, example programs etc.

I don't know enough about Mac x86 yet - does anyone known what object/executable formats would they use?
Post 08 Aug 2005, 16:43
View user's profile Send private message Visit poster's website Reply with quote
comrade



Joined: 16 Jun 2003
Posts: 1150
Location: Russian Federation
comrade 08 Aug 2005, 20:51
ELF perhaps
Post 08 Aug 2005, 20:51
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number Reply with quote
THEWizardGenius



Joined: 14 Jan 2005
Posts: 382
Location: California, USA
THEWizardGenius 08 Aug 2005, 22:13
I think it maybe is too soon to think about Max OS X? They haven't even ported to x86 yet, so it may be a bit early until there is actually a Mac x86 OS...
Post 08 Aug 2005, 22:13
View user's profile Send private message AIM Address Reply with quote
madmatt



Joined: 07 Oct 2003
Posts: 1045
Location: Michigan, USA
madmatt 09 Aug 2005, 01:06
Thomasz: Yes I agree, Just wanted to start the thinking processes going about this "New" Cool OS" Very Happy

THEWizardGenius:
Not too early to start digging for information. Wink I've read that about fall 2006 they will begin shipping the intel versions of Mac OS-X. I'll have to verify this, but I think they have a beta version already made. Razz
Post 09 Aug 2005, 01:06
View user's profile Send private message Reply with quote
crc



Joined: 21 Jun 2003
Posts: 637
Location: Penndel, PA [USA]
crc 09 Aug 2005, 01:25
THEWizardGenius: there is a version of OS X for Intel CPU's already... the port has been under development for a long time (indeed, ever since the Rhapsody DR releases, prior to Apple's development of the Aqua interface). The Apple-branded hardware for x86 isn't out yet, but the OS exists Smile

Tomasz: I think they use Mach-O, just like on the PowerPC version of OS X. I'll see if I can find out for sure...
Post 09 Aug 2005, 01:25
View user's profile Send private message Visit poster's website Reply with quote
THEWizardGenius



Joined: 14 Jan 2005
Posts: 382
Location: California, USA
THEWizardGenius 09 Aug 2005, 02:10
Wow, didn't realize that.
Post 09 Aug 2005, 02:10
View user's profile Send private message AIM Address Reply with quote
RedGhost



Joined: 18 May 2005
Posts: 443
Location: BC, Canada
RedGhost 09 Aug 2005, 12:47
great work, each release of fasm is like a treat for me Cool
Post 09 Aug 2005, 12:47
View user's profile Send private message AIM Address MSN Messenger Reply with quote
MCD



Joined: 21 Aug 2004
Posts: 602
Location: Germany
MCD 09 Aug 2005, 14:27
Excellent. I'm only frightened that developpment on Fasm is going so fast in recent months. Maybe too fast, to expensively test all features. Confused
Post 09 Aug 2005, 14:27
View user's profile Send private message Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8367
Location: Kraków, Poland
Tomasz Grysztar 09 Aug 2005, 15:53
It was similarly fast with many "milestone" versions earlier (BTW, did I forget to mention I have released fasm 1.64 exactly five years after the 1.04 release, which was the first PE/Win32 supporting version? The 1.04 was released on 8th August 2000), sometimes with much more changes during a few months - and the new features added recently don't involve really much of new code, internally they are just adaptation of the existing features for more applications.
Post 09 Aug 2005, 15:53
View user's profile Send private message Visit poster's website Reply with quote
f0dder



Joined: 19 Feb 2004
Posts: 3175
Location: Denmark
f0dder 09 Aug 2005, 17:09
Quote:

BTW, did I forget to mention I have released fasm 1.64 exactly five years after the 1.04 release, which was the first PE/Win32 supporting version?

Cool - congratulations on all the work you've done Smile
Post 09 Aug 2005, 17:09
View user's profile Send private message Visit poster's website Reply with quote
Raedwulf



Joined: 13 Jul 2005
Posts: 375
Location: United Kingdom
Raedwulf 09 Aug 2005, 19:41
whoooooppeeeeee
Congrats Very Happy
Post 09 Aug 2005, 19:41
View user's profile Send private message MSN Messenger Reply with quote
Madis731



Joined: 25 Sep 2003
Posts: 2139
Location: Estonia
Madis731 10 Aug 2005, 06:48
Are you thinking about adding "redo" function to IDE, a lot of help sometimes when you have to choose the best step from 100 undo history changes - go back and forth.

And of course, thank you!

EDIT: I'm the kind of a guy who doesn't use mouse very much (thank you Mozilla) and thought that there could be a key shortcut for closing a tab.

EDIT2: The Ctrl+TAB shortcut should make selected code align to code found some lines before it or Ctrl+SPACE to adjust it by one column.
Ctrl+Shift+TAB|SPACE should bring them closer to the < edge of the screen.


Last edited by Madis731 on 17 Aug 2005, 14:03; edited 2 times in total
Post 10 Aug 2005, 06:48
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger Reply with quote
THEWizardGenius



Joined: 14 Jan 2005
Posts: 382
Location: California, USA
THEWizardGenius 10 Aug 2005, 17:53
FASM is just getting better and better... what's next on the list?
Post 10 Aug 2005, 17:53
View user's profile Send private message AIM Address Reply with quote
vid
Verbosity in development


Joined: 05 Sep 2003
Posts: 7105
Location: Slovakia
vid 16 Aug 2005, 19:14
hey, check question 4 here: http://www.tortall.net/projects/yasm/wiki/Faq
I believe, it's time to edit, unfortunately i don't know this wiki thing... stupid new ideas, .TXT was better Smile))

another thing: i've read win32 includes docs, and i miss something to call COM interface indirectly, like one pointet by EDI or something like that. Is it there?
Post 16 Aug 2005, 19:14
View user's profile Send private message Visit poster's website AIM Address MSN Messenger ICQ Number Reply with quote
Kortex



Joined: 30 Aug 2005
Posts: 1
Kortex 30 Aug 2005, 02:02
I think ELF needs some improvements so we can handcraft
some linux small progams
i think elf sections need some brushing in its attributes
thank you
Post 30 Aug 2005, 02:02
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  
Goto page 1, 2  Next

< 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-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.