flat assembler
Message board for the users of flat assembler.

Index > Main > The examples section

Goto page Previous  1, 2, 3, 4
Author
Thread Post new topic Reply to topic
DOS386



Joined: 08 Dec 2006
Posts: 1905
DOS386 20 Mar 2007, 20:35
Quote:
This is an example of writing a Portable Executable out byte-for-byte


One more Shocked

2 problems: Sad

- Freezer in DOS if no PE support present
- Need to adjust all addresses manually

My examples have those 2 problems fixed:

http://board.flatassembler.net/topic.php?t=6735 Idea

_________________
Bug Nr.: 12345

Title: Hello World program compiles to 100 KB !!!

Status: Closed: NOT a Bug
Post 20 Mar 2007, 20:35
View user's profile Send private message Reply with quote
m



Joined: 28 Dec 2006
Posts: 304
Location: in
m 07 Jul 2007, 09:40
Does anyone have some programs (useful) which use any of
MMX/SSE1,2,3 instructions?

PS:
I mean not just examples (for the sake of it), they should be really
useful and practical.

Please.

_________________
Attitude!
Post 07 Jul 2007, 09:40
View user's profile Send private message Reply with quote
Vasilev Vjacheslav



Joined: 11 Aug 2004
Posts: 392
Vasilev Vjacheslav 07 Jul 2007, 14:59
m, just use 'search' option on this forum

for example here:
http://board.flatassembler.net/topic.php?t=3841

mmx can be used for graphical effects... just search
Post 07 Jul 2007, 14:59
View user's profile Send private message Reply with quote
UCM



Joined: 25 Feb 2005
Posts: 285
Location: Canada
UCM 07 Jul 2007, 20:57
Go look for the MD5 Password Recovery Tool (don't remember where it was). It ses MMX as well as SSE.
Post 07 Jul 2007, 20:57
View user's profile Send private message Reply with quote
m



Joined: 28 Dec 2006
Posts: 304
Location: in
m 09 Jul 2007, 14:19
Thanks guys!
I searched for it (MMX/SSE* stuff) and was (un)satisfied(?).

Now, have anybody written any kind of AI program (that does something meaningful), preferably in fasm.

Please post it here, or a link to it.
Thanks.
Post 09 Jul 2007, 14:19
View user's profile Send private message Reply with quote
m



Joined: 28 Dec 2006
Posts: 304
Location: in
m 09 Jul 2007, 14:26
My own silly creations ... just so that they are available at a convenient place.


Description:
Download
Filename: Tiny3.zip
Filesize: 11.77 KB
Downloaded: 608 Time(s)

Description:
Download
Filename: ACLOCK2+.zip
Filesize: 5.63 KB
Downloaded: 561 Time(s)


_________________
Attitude!
Post 09 Jul 2007, 14:26
View user's profile Send private message Reply with quote
DOS386



Joined: 08 Dec 2006
Posts: 1905
DOS386 09 Jul 2007, 21:50
Quote:

File name: Tiny3.zip
File size: 11.77 KB


http://board.flatassembler.net/topic.php?t=6773
Post 09 Jul 2007, 21:50
View user's profile Send private message Reply with quote
m



Joined: 28 Dec 2006
Posts: 304
Location: in
m 10 Jul 2007, 04:09
Yeah I knew it NT OS Kernel .VXE Wink
But I thought it will group here better.
Post 10 Jul 2007, 04:09
View user's profile Send private message Reply with quote
calpol2004



Joined: 16 Dec 2004
Posts: 110
calpol2004 19 Jul 2007, 01:31
Well I just made a simple Win32 app with a WebBrowser control on it. Thought it would make a nice example Very Happy.


Description:
Download
Filename: WebControl.zip
Filesize: 2.88 KB
Downloaded: 609 Time(s)

Post 19 Jul 2007, 01:31
View user's profile Send private message MSN Messenger Reply with quote
asmhack



Joined: 01 Feb 2008
Posts: 431
asmhack 08 Mar 2008, 19:08
an interesting 'no imports' example,
demonstrating a new fast way to load needed functions

commented and hot Cool enjoy !


Description:
Download
Filename: no_imports.zip
Filesize: 1.61 KB
Downloaded: 801 Time(s)

Post 08 Mar 2008, 19:08
View user's profile Send private message Reply with quote
asmhack



Joined: 01 Feb 2008
Posts: 431
asmhack 04 May 2008, 23:55
for those who play warcraft 3 Razz


Description: warcraft 3 cd key grabber
Download
Filename: warcraft 3 cd key grabber.asm
Filesize: 5.03 KB
Downloaded: 669 Time(s)

Post 04 May 2008, 23:55
View user's profile Send private message Reply with quote
asmhack



Joined: 01 Feb 2008
Posts: 431
asmhack 13 Jun 2008, 18:23
--


Last edited by asmhack on 14 May 2014, 14:16; edited 2 times in total
Post 13 Jun 2008, 18:23
View user's profile Send private message Reply with quote
Picnic



Joined: 05 May 2007
Posts: 1403
Location: Piraeus, Greece
Picnic 03 May 2009, 20:20
--

_________________
Hobby BASIC Interpreter


Last edited by Picnic on 07 Sep 2009, 10:32; edited 2 times in total
Post 03 May 2009, 20:20
View user's profile Send private message Visit poster's website Reply with quote
Madis731



Joined: 25 Sep 2003
Posts: 2139
Location: Estonia
Madis731 05 May 2009, 09:50
ACLOCK has DEFAULT_CHARSET, but on my machine (or locale?) it is equal to SYMBOL_CHARSET. Maybe ANSI_ is the best because you're using only numbers.

Win 2k3 Srv x64 / Estonia (BALTIC_CHARSET)
Post 05 May 2009, 09:50
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger Reply with quote
bitshifter



Joined: 04 Dec 2007
Posts: 796
Location: Massachusetts, USA
bitshifter 05 May 2009, 10:04
Is anyone interested in any Win32-OpenGL examples?
Post 05 May 2009, 10:04
View user's profile Send private message Reply with quote
whileloop



Joined: 15 Feb 2009
Posts: 3
whileloop 09 May 2009, 08:12
Would you consider porting some of the Iczelion tutorials to FASM style to richen the example section?
Post 09 May 2009, 08:12
View user's profile Send private message Reply with quote
Madis731



Joined: 25 Sep 2003
Posts: 2139
Location: Estonia
Madis731 09 May 2009, 18:18
I tried today - got to the #11 and now I'm tired Smile
http://nap.koduleht.net/Madis/cache/Iczelion-FASM/
Post 09 May 2009, 18:18
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger Reply with quote
pal



Joined: 26 Aug 2008
Posts: 227
pal 09 May 2009, 19:10
Someone has already converted them.

Code:
http://board.flatassembler.net/topic.php?t=2158    
Post 09 May 2009, 19:10
View user's profile Send private message Reply with quote
Madis731



Joined: 25 Sep 2003
Posts: 2139
Location: Estonia
Madis731 10 May 2009, 07:56
I started thinking about it and then it hit me - I used to run these before, but they all were built with FASM 1.5x something and they needed a lot of work ... to work... Smile
Post 10 May 2009, 07:56
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger Reply with quote
Picnic



Joined: 05 May 2007
Posts: 1403
Location: Piraeus, Greece
Picnic 10 May 2009, 16:56
Yes indeed Madis731, those convertions are a bit old and most of them need some small/big changes in source.
Probably an easy task for an advanced Fasmer, but can be quite difficult and confusing task for a newcomer.
Post 10 May 2009, 16:56
View user's profile Send private message Visit poster's website Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  
Goto page Previous  1, 2, 3, 4

< 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.