Page 1 of 1

Fasm v1.64

Posted: Mon Aug 08, 2005 3:27 pm
by GG
Hi all,

Fasm 1.64 is out, since yesterday.
http://flatassembler.net

version 1.64 (Aug 8, 2005)

[+] Output of PE executables for Win64 architecture (with "format PE64" setting).

[+] Added "while" and "break" directives.

[+] Added "irp" and "irps" directives.

[+] The macro arguments can be marked as required witht the "*" character.

[-] Fixed checking for overflow when multiplying 64-bit values - the result must
always fit in the range of signed 64 integer now.

[-] Segment prefixes were generated incorrectly in 16-bit mode when BP was used
as a second addressing register - fixed.

[-] The "local" directive was not creating unique labels in some cases - fixed.

[-] The "not encodable with long immediate" error in 64-bit mode was sometimes wrongly
signaled - fixed.

[-] Other minor fixes and corrections.

Posted: Mon Aug 08, 2005 3:45 pm
by sec
It's release on 15th birthday for fasm?

Posted: Sun Aug 14, 2005 7:39 pm
by okasvi
i would like to learn fasm (did read small introduction to asm/fasm at decard.net) but would also like to join fasm board but i cant register since no new registrations are allowed...

from forums:
Sorry, registration on Modshack forums has currently been disabled.
We currently have no plans to enable registration in the foreseeable future.
If you know a current member of Modshack who can vouch for you he may contact an administrator and put forward a referral request which will be considered.
EMAIL RECEIVED REQUESTING REGISTRATION IS AUTOMATICALLY DISCARDED.
any help appreciated, since i really want to learn fasm so i can use inline asm in PB and to make small apps in it... PM me if you can help.

Posted: Sun Aug 14, 2005 8:29 pm
by thefool

Posted: Sun Aug 14, 2005 8:44 pm
by okasvi
ermm... :oops:
thanks, i guess i was trying into uk board :lol:

Posted: Sun Aug 14, 2005 9:52 pm
by thefool
ok :)
how much did you learn from the tutorial @ decard's site?

there are also many more good tutorials. On win32 gui programming and just 32 bit programming try to look for iczelion's tutorials.!


iczelions tutorials: http://win32assembly.online.fr/tutorials.html
fasm translations:http://board.flatassembler.net/topic.php?t=2158
NOTICE the link to his site is down so read the thread he has a file to download wich contains the translated code.

HOWEVER that is not a tutorial about assembler in general. Here is some good links:
http://board.flatassembler.net/topic.php?t=1843

Posted: Sun Aug 14, 2005 10:36 pm
by okasvi
thank you for those links.
i have read all iczelions tutorials/examples back then when i had demons in my head which left when i bought PB :lol:
and my main target is only 32bit programming... (Visual Designer does the job on GUI side for me :D)

EDIT:
well tutorial at decards site was playing around with basic stuff and i learned about mov, variables/labels, and or xor, inc/sub, booleans, conditional execution... even thought last chapter went over my head abit :roll:

just that i didnt learn anything to use to make app which would be any use :D

Posted: Mon Aug 15, 2005 12:03 am
by MrMat
Thanks for all the links! *has lots of reading to do* :D

Posted: Mon Aug 15, 2005 12:48 pm
by thefool
and some optimizing: http://www.agner.org/assem/