Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 02-01-2006, 06:46 AM   #1 (permalink)
simple's Avatar
 
True Techie

Join Date: Jan 2006

Location: Earth

Posts: 171

simple

Default assembly language!

hey guys!! i 'am required' to learn assembly language ( thanks to my teacher ! ). but i absolutely have no idea about assembly language programming. i would be glad if you could provide some help like some good site or some good book names or anything.!!! thanks !!! c ya!!!
simple is offline  
Old 02-01-2006, 09:50 AM   #2 (permalink)
Chankama's Avatar
 
Monster Techie

Join Date: Jan 2005

Location: Canada

Posts: 1,522

Chankama will become famous soon enough

Default

Description:
http://en.wikipedia.org/wiki/Assembly_language

A sample instruction set:
http://sca.uwaterloo.ca/coldfire/coldfire.html

Other resources:
http://sca.uwaterloo.ca/coldfire/

I never really needed a book to learn assembly. You just need to learn the instruction sets to be able to program. I guess there are good books out there to write "good/efficient assembly code". I am sure they are valuable to the people that do assembly programming professionally. But, the use of "strict" assembly programming is going down by the day IMO. Even with embedded programming - where traditionally u expect assembly to dominate. I saw some statistics that say C has taken over more or less.

Tell us if you need any more help.
Chankama is offline  
Old 02-01-2006, 10:02 AM   #3 (permalink)
 
Ultra Techie

Join Date: Oct 2003

Posts: 544

fitzjj

Default

If you are a windows user, id recommend downloading cygwin - i found programming/compiling assembly under windows a chore and would recommend finding yourself a linux machine if poss.

nasmw = compiler for windows
nasm = compiler for linux

been a while since i did any, but for some reason it is strangely rewarding to write thousands of lines of code to do a very simple operation. If you need more help let us know - i wouldnt mind refreshing my knowledge.
fitzjj is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On