flat assembler
Message board for the users of flat assembler.

Index > Main > wannabe demo scener

Author
Thread Post new topic Reply to topic
nvictor



Joined: 17 Feb 2007
Posts: 31
nvictor 17 Feb 2007, 20:58
Hello,
I've ended in this new world while trying to figure how little programs on http://www.256b.com were made.

I've just read chapter 1 and 2 of fasm. I have no knowledge of ASM. Then when I've searched for tutorial, the coding syntax seems totally different.

Do you know a good tutorial?
Post 17 Feb 2007, 20:58
View user's profile Send private message Reply with quote
DOS386



Joined: 08 Dec 2006
Posts: 1900
DOS386 18 Feb 2007, 01:02
Quote:
figure how little programs on http://www.256b.com were made


In ASM, but not necessarily in FASM Sad

Quote:
Then when I've searched for tutorial, the coding syntax seems totally different.


From MASM ? This is intentional.

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

Quote:
Do you know a good tutorial?


ToDo. See FASM.TXT, NASM docs (similar syntax), and existing DOS examples.

http://nasm.sourceforge.net/doc/html/nasmdocb.html

_________________
Bug Nr.: 12345

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

Status: Closed: NOT a Bug
Post 18 Feb 2007, 01:02
View user's profile Send private message Reply with quote
nvictor



Joined: 17 Feb 2007
Posts: 31
nvictor 18 Feb 2007, 01:21
NTOSKRNL,

thanks, I was following this tutorial http://www.cesis.lv/learn/asm/asmintro.html

but the author says, the examples' syntax is TASM.
Post 18 Feb 2007, 01:21
View user's profile Send private message Reply with quote
DOS386



Joined: 08 Dec 2006
Posts: 1900
DOS386 18 Feb 2007, 01:34
Code:
 DOSSEG  ;This arranges the segments in order according DOS standards
            ;CODE, DATA, STACK
    .MODEL SMALL    ;dont worry about this yet
    .STACK  200h    ;tells the compiler to put in a 200h byte stack
    .CODE           ;starts code segment

    ASSUME  CS:@CODE, DS:@CODE
    


Quote:
author says, the examples' syntax is TASM.


It's MASM-like TASM, FASM is much easier Laughing

_________________
Bug Nr.: 12345

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

Status: Closed: NOT a Bug
Post 18 Feb 2007, 01:34
View user's profile Send private message Reply with quote
nvictor



Joined: 17 Feb 2007
Posts: 31
nvictor 18 Feb 2007, 01:46
Well this is why I need a tutorial that focus on fasm not asm in general
Post 18 Feb 2007, 01:46
View user's profile Send private message Reply with quote
vid
Verbosity in development


Joined: 05 Sep 2003
Posts: 7105
Location: Slovakia
vid 18 Feb 2007, 01:54
look for "tajga tutorial". It's my old DOS-based tutorial in FASM, very incomplete and dead.
Post 18 Feb 2007, 01:54
View user's profile Send private message Visit poster's website AIM Address MSN Messenger ICQ Number Reply with quote
rugxulo



Joined: 09 Aug 2005
Posts: 2341
Location: Usono (aka, USA)
rugxulo 18 Feb 2007, 04:15
Post 18 Feb 2007, 04:15
View user's profile Send private message Visit poster's website Reply with quote
nvictor



Joined: 17 Feb 2007
Posts: 31
nvictor 18 Feb 2007, 08:48
rugxulo, big thanks.
Is there any way to get you online?
Post 18 Feb 2007, 08:48
View user's profile Send private message Reply with quote
Mac2004



Joined: 15 Dec 2003
Posts: 314
Mac2004 18 Feb 2007, 09:33
nvictor:
Have you tried this book?: Art of Assembly by Randall Hyde.
You can easily find it through the search engines.

regards,
Mac2004
Post 18 Feb 2007, 09:33
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-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.