flat assembler
Message board for the users of flat assembler.

Index > Windows > Hello World !!!

Author
Thread Post new topic Reply to topic
fasmboy



Joined: 20 Feb 2008
Posts: 2
fasmboy 20 Feb 2008, 18:20
Hi everyone,

i'm juste looking for how to do an hello world program

how i can do that plzzz????

dos mode or win32 mode anyway

there is no exemple on the web site

Thanks guys ++
Post 20 Feb 2008, 18:20
View user's profile Send private message Reply with quote
asmhack



Joined: 01 Feb 2008
Posts: 431
asmhack 20 Feb 2008, 18:37
fasmboy wrote:

there is no exemple on the web site


but there is one in fasmw package..
Post 20 Feb 2008, 18:37
View user's profile Send private message Reply with quote
edfed



Joined: 20 Feb 2006
Posts: 4353
Location: Now
edfed 20 Feb 2008, 18:51
Quote:

there is no exemple on the web site



fasm boy don't know how to make a hello world!!!

what about fasm man, the super hero?
Post 20 Feb 2008, 18:51
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 20 Feb 2008, 20:18
edfed: instead of trying to be ironic, you could be helpful. at least he doesn't pretend to know things that he has no idea about, unlike []isome people here[/i]...
Post 20 Feb 2008, 20:18
View user's profile Send private message Visit poster's website AIM Address MSN Messenger ICQ Number Reply with quote
asmrox



Joined: 19 Jan 2008
Posts: 160
asmrox 20 Feb 2008, 20:45
Code:
org 0x100
mov dx,string
mov ah,0x9
int 0x21
mov ah,0x4C
int 0x21
string db 'Hello World!$'    


http://spike.scu.edu.au/~barry/interrupts.html

under exe 32 bit is even more easy
Post 20 Feb 2008, 20:45
View user's profile Send private message Reply with quote
fasmboy



Joined: 20 Feb 2008
Posts: 2
fasmboy 20 Feb 2008, 21:12
Many thanks asmrox

and you too vid

this poor edfed hasn't others things to do like a dumb classmate
named Carlos

cya guys
Post 20 Feb 2008, 21:12
View user's profile Send private message Reply with quote
DOS386



Joined: 08 Dec 2006
Posts: 1905
DOS386 20 Feb 2008, 23:21
> dos mode or win32 mode anyway

16-bit DOS ? See FASM DOS package, there are 2 Idea

Win32 ? See FASM Win32 package, there are also 2 Wink

32-bit DOS ? See FASM DOS package, USEDPMI thingie, plus:

http://board.flatassembler.net/topic.php?t=7593 (FASMHX)
http://board.flatassembler.net/topic.php?t=7122 (LE)

More (DOS and Win32):

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

No lack of hello world Shocked
Post 20 Feb 2008, 23:21
View user's profile Send private message Reply with quote
TheRaven



Joined: 22 Apr 2008
Posts: 91
Location: U.S.A.
TheRaven 24 Apr 2008, 02:26
Looking for the proverbial 'Hello world!' introduction to FASM and viola!

Thanks for toughing out the storm and getting the sample to us here at new-bee userland.

Many thanks to all of you here!

_________________
Nothing so sought and avoided more than the truth.
I'm not insane, I know the voices in my head aren't real!
Post 24 Apr 2008, 02:26
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


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