Jump to content



Welcome to KnowledgeSutra - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!
- - - - -

Assembly Tutorial


11 replies to this topic

#1 neeki4444

    Newbie [Level 2]

  • Kontributors
  • PipPip
  • 38 posts

Posted 31 August 2004 - 08:46 PM

Does any body know of any good assembly tutorials? I have basic understanding of programming in assembly under microsoft enviroment, however I want to learn more about the topic.

#2 johnfound

    Newbie

  • Kontributors
  • Pip
  • 3 posts

Posted 10 September 2004 - 01:54 PM

Hi.
The main Win32 assembly tutorial is http://win32asm.cjb.net/ (Iczelion tutorials)
Actually these are tutorials that returned assembly language in the novadays application programing. Unfortunately, they use the microsoft assembler, that is little bit outdated now.
In the last years, a bunch of new assemblers grows and now there are several very serious communities of assembly programmers out there.

You can take a look at my favourite: "Flat assembler" aka FASM. It works on Windows, DOS, Linux, FreeBSD, MenuetOS, BeOS. It is fully assembly written, self compilable and portable. It compiles very fast (actually maybe FASM is fastest assembler in the world now). It optimize the code to make programs smaller:

The main site of FASM: http://flatassembler.net
The project FRESH: http://fresh.flatassembler.net - This is modern RAD IDE with built-in FASM compiler. Fully assembly written, self compilable. Now in pre-alpha stage, it already have a lot of features.
The site about assembly programming and tutorials for FASM: http://decard.net
The site of pelaillo about assembly programming: http://as.modshack.co.uk/
Main flat assembler message board: http://board.flatassembler.net

Regards

#3 neeki4444

    Newbie [Level 2]

  • Kontributors
  • PipPip
  • 38 posts

Posted 10 September 2004 - 03:28 PM

thankx johnfound, I will take a look at the website you gave me, and the compiler. I have taken an assembly course before but the whole coures was based on masam, the microsoft assembler. I really want to know how write a program that will work without an operating system as well, if you know how to do that please let me know

Thankx. :P

#4 Eric Straven

    Member [Level 1]

  • Kontributors
  • PipPipPipPip
  • 69 posts
  • Location:Toronto, Ontario, Canada...
  • Interests:Soccer, programming, law, medicine...

Posted 10 September 2004 - 04:55 PM

This is sort of a stupid question but how do I integrate the MASM Assembler(ml.exe) that comes with Visual C++ .NET with it?? I really wanna use the Visual C++ IDE for the MASM thing and all my friends say that they can do it with VC++ .NET and I wanna compile with too plz help :S....

#5 err

    Ordinary mAn

  • Kontributors
  • PipPipPipPipPipPipPip
  • 135 posts
  • Location:ID
  • Interests:Music, Intenet

Posted 24 September 2004 - 09:01 AM

assembler?
its just remember me 10 yrs ago when 1st time i use it 4 microcontroller. i use motorola which is exreamly different than intel. dunno how far ist that tecnology til nowadays?

#6 gep

    Newbie

  • Kontributors
  • Pip
  • 8 posts

Posted 25 September 2004 - 08:38 AM

err, on Sep 24 2004, 02:31 PM, said:

assembler?
its just remember me 10 yrs ago when 1st time i use it 4 microcontroller. i use motorola which is exreamly different than intel. dunno how far ist that tecnology til nowadays?
Assembler is good langueage when you need to make some HW things, i.e. bootstrap loader

#7 eldeo

    Newbie [Level 1]

  • Kontributors
  • Pip
  • 19 posts

Posted 10 October 2004 - 01:31 PM

To learn about assembler I advise you this page:
http://www.csn.ul.ie...star/assembler/
If you want to write microchips look at this site:
http://www.avr-asm-tutorial.net/

--
eldeo

#8 johnfound

    Newbie

  • Kontributors
  • Pip
  • 3 posts

Posted 21 January 2005 - 10:24 PM

gep, on Sep 25 2004, 02:08 PM, said:

Assembler is good langueage when you need to make some HW things, i.e. bootstrap loader

View Post


:P This information is really 10 years old now. In novadays, because of new advanced tools and libraryes, the assembler becomes very good language for applications writing as well (and HW drivers, OSes etc.). Actually, now the assembler beats many HLL's with its very high speed and small application size. The main problem of assembler programming - slow creation of the programs is already in past - now the assembly programming is almost as rapid as any HLL like VB, VC or Delphi. And the things becomes better and better.

Regards

#9 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 11 January 2008 - 08:05 PM

Art of assembly by Randal Hayde is a great one.
It give detailed explanation (uses masm)
You may refer it

-aqeel

#10 osknockout

    Super Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 399 posts
  • Location:Elysium
  • Interests:quantum mechanics, war, history, epidemiology, virology,mathematics, programming, D&amp;D/NetHack<br />...old skool :)

Posted 25 March 2008 - 03:19 AM

Ugh... masm. Spare me the style and spare yourself (you, you silly reader) some time and use fasm or nasm. You know, stuff people use on more than one OS. :lol:
But yeah, Mr. Guest is right, the Aoa is a good tutorial. I'd suggest that people get out of the x86 (and CISC in general) and try some things like the z80 just to get a different feel of things.




Reply to this topic


This post will need approval from a moderator before this post is shown.

  


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users