Lost Password?

Go Back   CodeCall Programming Forum > Software Development > General Programming

General Programming Non language specific, Assembly, Linux/Unix, Mac and anything not covered in other topics. Talk about Programming Theory here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-03-2005, 09:57 AM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Age: 26
Posts: 4,856
Last Blog:
Zend Studio for Eclips...
Rep Power: 20
Jordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud of
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Lightbulb Free Assembly Tutorials

Learning Assembly
URL: http://www.doorknobsoft.com/asm_tutorial.html
A beginner-level tutorial that introduces assembly language.

Win32 Assembler Coding Tutorial
URL: http://www.deinmeister.de/wasmtute.htm


101% Assembler
URL: http://www.asm32.motion-bg.com/
This site is dedicated to assembly language programming.

Assembly Language Tutor
URL: http://thsun1.jinr.ru/%7Ealvladim/man/asm.html
This is an introduction for people who want to program in assembler language.

Linux Assembly "Hello World" Tutorial
URL: http://www.cs.pdx.edu/~bjorn/CS200/linux_tutorial/
Designed to familiarize the reader with programming in x86 assembly under Linux and how to interface assembly and higher-level language code. The tutorial will also briefly cover debugging your assembly using GDB.

Linux Assembly
URL: http://linuxassembly.org/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 04-30-2006, 03:13 PM
sigs sigs is offline
Learning Programmer
 
Join Date: Apr 2006
Posts: 34
Rep Power: 9
sigs is on a distinguished road
Default

thank you for these websites. they do seem to be easy to understand sites
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-13-2006, 01:12 AM
moonrise moonrise is offline
Learning Programmer
 
Join Date: May 2006
Posts: 40
Rep Power: 9
moonrise is on a distinguished road
Default

thanks for the url they were helpful
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-21-2006, 08:12 AM
encoder encoder is offline
Learning Programmer
 
Join Date: Apr 2006
Posts: 40
Rep Power: 9
encoder is on a distinguished road
Default

I just downloaded the tutorials of assembly, from asmtut0e until asmtut4. I'm grateful that you have provided us these links for us to download these assembly tutorials. We won't have anymore trouble in looking for this tutorials. Thanks a lot!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 06-14-2006, 04:28 PM
TkTech TkTech is offline
CrazyOne
 
Join Date: Jun 2006
Posts: 752
Last Blog:
Having trouble with yo...
Rep Power: 20
TkTech is on a distinguished road
Send a message via MSN to TkTech
Default

another good place is to look inside nams's extensive documentation.

[Edit]I always directly type the url, so I just noticed nasm's site is down heres the direct url:

http://nasm.sourceforge.net/doc/html/
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall

Last edited by TkTech; 06-21-2006 at 02:19 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 04-11-2007, 12:06 PM
R-G's Avatar   
R-G R-G is offline
Programmer
 
Join Date: Apr 2007
Location: Europe
Posts: 144
Rep Power: 0
R-G is an unknown quantity at this point
Default

Not bad, Jordan. I'm interested on some statements of you. What Assemblers do you people prefer out there.

Any comment is welcome.
__________________
Like an angel without a sense of mercy.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 04-15-2007, 02:42 AM
v0id's Avatar   
v0id v0id is online now
Super Mod
 
Join Date: Apr 2007
Location: Denmark
Posts: 2,004
Last Blog:
CherryPy(thon)
Rep Power: 21
v0id is just really nicev0id is just really nicev0id is just really nicev0id is just really nice
Send a message via MSN to v0id
Default

Quote:
Originally Posted by R-G
Not bad, Jordan. I'm interested on some statements of you. What Assemblers do you people prefer out there.

Any comment is welcome.
I prefer the Netwide Assembler and the Flat Assembler. I'm not yet enough experienced with the Assembly Language to say why exactly I prefer one over another. They're just easy to use, and have a great syntax, imo.

FASM have a really great feature, it can output right into an executable file, in many different formats, from 16-bit to 64-bit, etc. It's because it loads directly from the system DLL's, and it then needs no linker.

NASM: The Netwide Assembler: NASM
FASM: flat assembler
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 04-24-2007, 09:51 PM
Pretorion Pretorion is offline
Newbie
 
Join Date: Apr 2007
Location: underground network, books
Age: 22
Posts: 1
Rep Power: 0
Pretorion is on a distinguished road
Default

thanks for the tutorials they were very helpful and i managed to understand how the code works.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 10-16-2007, 03:42 AM
G_Morgan G_Morgan is offline
Guru
 
Join Date: Oct 2007
Age: 24
Posts: 399
Rep Power: 7
G_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura about
Default

Quote:
Originally Posted by R-G View Post
Not bad, Jordan. I'm interested on some statements of you. What Assemblers do you people prefer out there.

Any comment is welcome.
I used to use NASM until I gave up with Intel (correct) syntax ASM and started using the funny AT&T one to fit in better with GCC. Of course you don't have to use GCC style ASM to use GCC (once you've got an elf binary it doesn't care which ASM it was coded in) but it's nice to be able to read GCC's ASM output.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 11-05-2007, 02:21 AM
Baldmale Baldmale is offline
Newbie
 
Join Date: Nov 2007
Location: Jakarta
Posts: 6
Rep Power: 0
Baldmale is on a distinguished road
Talking

Is there any info or tutorial for multithreaded assembly programming ? Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Free Java Tutorials EdSquareCat Java Help 2 08-22-2007 01:25 AM
Lots of free Tutorials Saint General Programming 6 10-15-2006 11:24 AM
General: Tutorial, Keep your PC secure for Free! TcM Tutorials, Classes and Code 2 09-21-2006 12:51 PM
Free Online PHP Tutorials RobSoftware PHP Forum 5 08-24-2006 04:38 PM
Assembly tutorials Kaabi General Programming 1 07-05-2006 11:18 AM


All times are GMT -5. The time now is 10:32 AM.

Contest Stats

Xav ........ 164.00000
dargueta ........ 128.00000
John ........ 127.00000
gaylo565 ........ 18.00000
XaNaX ........ 15.00000
Johnnyboy ........ 3.00000
navghost ........ 1.00000

Contest Rules

Ads